From: Andrew Morton Date: Wed, 11 Aug 2010 01:01:09 +0000 (-0700) Subject: include/linux/fs.h: complete hexification of FMODE_* constants X-Git-Tag: v2.6.36-rc1~276 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13bcbc008790b05413c9a16763b423c206528c0a;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git include/linux/fs.h: complete hexification of FMODE_* constants One straggler which was missed due to merge ordering issues. Cc: Wu Fengguang Cc: Eric Paris Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/linux/fs.h b/include/linux/fs.h index 1542e0e..267d026 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -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