]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
include/linux/fs.h: complete hexification of FMODE_* constants
authorAndrew Morton <akpm@linux-foundation.org>
Wed, 11 Aug 2010 01:01:09 +0000 (18:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Aug 2010 15:58:59 +0000 (08:58 -0700)
One straggler which was missed due to merge ordering issues.

Cc: Wu Fengguang <fengguang.wu@intel.com>
Cc: Eric Paris <eparis@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/fs.h

index 1542e0e52b2efd3a1da4a9f300e18965f2bbb48d..267d02630517cfba4197cbb706a2ebe848837474 100644 (file)
@@ -93,7 +93,7 @@ struct inodes_stat_t {
 #define FMODE_RANDOM           ((__force fmode_t)0x1000)
 
 /* File was opened by fanotify and shouldn't generate fanotify events */
-#define FMODE_NONOTIFY         ((__force fmode_t)16777216) /* 0x1000000 */
+#define FMODE_NONOTIFY         ((__force fmode_t)0x1000000)
 
 /*
  * The below are the various read and write types that we support. Some of