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 e3fc5dbb2246..6a4d170ad9a5 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -330,6 +330,7 @@ typedef void (dio_iodone_t)(struct kiocb *iocb, loff_t offset, | |||
330 | #define ATTR_KILL_SGID 4096 | 330 | #define ATTR_KILL_SGID 4096 |
331 | #define ATTR_FILE 8192 | 331 | #define ATTR_FILE 8192 |
332 | #define ATTR_KILL_PRIV 16384 | 332 | #define ATTR_KILL_PRIV 16384 |
333 | #define ATTR_OPEN 32768 /* Truncating from open(O_TRUNC) */ | ||
333 | 334 | ||
334 | /* | 335 | /* |
335 | * This is the Inode Attributes structure, used for notify_change(). It | 336 | * This is the Inode Attributes structure, used for notify_change(). It |