patch-2.4.10 linux/include/asm-i386/fcntl.h
Next file: linux/include/asm-i386/hw_irq.h
Previous file: linux/include/asm-i386/apic.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Sep 17 13:16:30 2001
-  Orig file: 
v2.4.9/linux/include/asm-i386/fcntl.h
-  Orig date: 
Fri Sep 22 14:21:19 2000
diff -u --recursive --new-file v2.4.9/linux/include/asm-i386/fcntl.h linux/include/asm-i386/fcntl.h
@@ -16,7 +16,7 @@
 #define O_NDELAY	O_NONBLOCK
 #define O_SYNC		 010000
 #define FASYNC		 020000	/* fcntl, for BSD compatibility */
-#define O_DIRECT	 040000	/* direct disk access hint - currently ignored */
+#define O_DIRECT	 040000	/* direct disk access hint */
 #define O_LARGEFILE	0100000
 #define O_DIRECTORY	0200000	/* must be a directory */
 #define O_NOFOLLOW	0400000 /* don't follow links */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)