From a28fbe62077a0080b143bbd89b1df5e595047c7a Mon Sep 17 00:00:00 2001 From: Peter Avalos Date: Wed, 23 Feb 2011 16:37:27 -1000 Subject: [PATCH] Fix typo in last commit. Requested-by: Venkatesh Srinivas --- sys/sys/vnode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index 5adb977bc8..cee6021248 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -329,7 +329,7 @@ struct vnode { #define IO_DIRECT 0x0100 /* attempt to bypass buffer cache */ #define IO_RECURSE 0x0200 /* possibly device-recursive (vn) */ #define IO_CORE 0x0400 /* I/O is part of core dump */ -#define IO_NRDELAY 0x8000 /* do not block on disk reads */ +#define IO_NRDELAY 0x0800 /* do not block on disk reads */ #define IO_SEQMAX 0x7F /* seq heuristic max value */ #define IO_SEQSHIFT 16 /* seq heuristic in upper 16 bits */ -- 2.41.0