diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 45689621a851..be87edcaba06 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -87,6 +87,9 @@ struct inodes_stat_t { | |||
87 | */ | 87 | */ |
88 | #define FMODE_NOCMTIME ((__force fmode_t)2048) | 88 | #define FMODE_NOCMTIME ((__force fmode_t)2048) |
89 | 89 | ||
90 | /* Expect random access pattern */ | ||
91 | #define FMODE_RANDOM ((__force fmode_t)4096) | ||
92 | |||
90 | /* | 93 | /* |
91 | * The below are the various read and write types that we support. Some of | 94 | * The below are the various read and write types that we support. Some of |
92 | * them include behavioral modifiers that send information down to the | 95 | * them include behavioral modifiers that send information down to the |