projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3771330
)
include/linux/fs.h: complete hexification of FMODE_* constants
author
Andrew Morton
<
[email protected]
>
Wed, 11 Aug 2010 01:01:09 +0000
(18:01 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 11 Aug 2010 15:58:59 +0000
(08:58 -0700)
One straggler which was missed due to merge ordering issues.
Cc: Wu Fengguang <
[email protected]
>
Cc: Eric Paris <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/fs.h
patch
|
blob
|
history
diff --git
a/include/linux/fs.h
b/include/linux/fs.h
index 1542e0e52b2efd3a1da4a9f300e18965f2bbb48d..267d02630517cfba4197cbb706a2ebe848837474 100644
(file)
--- 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