diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/fs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index e80659ed78fc..d9d88a0b456e 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -125,6 +125,8 @@ typedef void (dio_iodone_t)(struct kiocb *iocb, loff_t offset, | |||
125 | 125 | ||
126 | /* File needs atomic accesses to f_pos */ | 126 | /* File needs atomic accesses to f_pos */ |
127 | #define FMODE_ATOMIC_POS ((__force fmode_t)0x8000) | 127 | #define FMODE_ATOMIC_POS ((__force fmode_t)0x8000) |
128 | /* Write access to underlying fs */ | ||
129 | #define FMODE_WRITER ((__force fmode_t)0x10000) | ||
128 | 130 | ||
129 | /* File was opened by fanotify and shouldn't generate fanotify events */ | 131 | /* File was opened by fanotify and shouldn't generate fanotify events */ |
130 | #define FMODE_NONOTIFY ((__force fmode_t)0x1000000) | 132 | #define FMODE_NONOTIFY ((__force fmode_t)0x1000000) |