Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 207650
b: refs/heads/master
c: 12ed2e3
h: refs/heads/master
v: v3
  • Loading branch information
Signed-off-by: Wu Fengguang authored and Eric Paris committed Jul 28, 2010
1 parent 0b1d75c commit fcb4a3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ecf081d1a73b077916f514f2ec744ded32b88ca1
refs/heads/master: 12ed2e36c98aec6c41559222e311f4aa15d254b6
2 changes: 1 addition & 1 deletion trunk/include/asm-generic/fcntl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,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)8388608)
#define FMODE_NONOTIFY ((__force fmode_t)16777216) /* 0x1000000 */

/*
* The below are the various read and write types that we support. Some of
Expand Down

0 comments on commit fcb4a3a

Please sign in to comment.