diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 0c15d5e459d5..60c1fe65bb2d 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -63,6 +63,7 @@ struct inodes_stat_t { | |||
63 | #define MAY_ACCESS 16 | 63 | #define MAY_ACCESS 16 |
64 | #define MAY_OPEN 32 | 64 | #define MAY_OPEN 32 |
65 | #define MAY_CHDIR 64 | 65 | #define MAY_CHDIR 64 |
66 | #define MAY_NOT_BLOCK 128 /* called from RCU mode, don't block */ | ||
66 | 67 | ||
67 | /* | 68 | /* |
68 | * flags in file.f_mode. Note that FMODE_READ and FMODE_WRITE must correspond | 69 | * flags in file.f_mode. Note that FMODE_READ and FMODE_WRITE must correspond |