dnotify: move dir_notify_enable declaration
[deliverable/linux.git] / include / asm-generic / fcntl.h
index fcd268ce06744ab616aeb6a5e429c723426906f6..e3cbc38bdcc215bf95b890c340c23da5ecf88d47 100644 (file)
@@ -3,6 +3,14 @@
 
 #include <linux/types.h>
 
+/*
+ * FMODE_EXEC is 0x20
+ * FMODE_NONOTIFY is 0x1000000
+ * These cannot be used by userspace O_* until internal and external open
+ * flags are split.
+ * -Eric Paris
+ */
+
 #define O_ACCMODE      00000003
 #define O_RDONLY       00000000
 #define O_WRONLY       00000001
This page took 0.025597 seconds and 5 git commands to generate.