fanotify: FMODE_NONOTIFY and __O_SYNC in sparc conflict
[cascardo/linux.git] / include / asm-generic / fcntl.h
index 009bd61..e3cbc38 100644 (file)
@@ -5,7 +5,7 @@
 
 /*
  * FMODE_EXEC is 0x20
- * FMODE_NONOTIFY is 0x800000
+ * FMODE_NONOTIFY is 0x1000000
  * These cannot be used by userspace O_* until internal and external open
  * flags are split.
  * -Eric Paris