diff options
Diffstat (limited to 'include/linux/ext4_fs.h')
-rw-r--r-- | include/linux/ext4_fs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ext4_fs.h b/include/linux/ext4_fs.h index 300cc5a5adb9..cd406dba0e64 100644 --- a/include/linux/ext4_fs.h +++ b/include/linux/ext4_fs.h | |||
@@ -467,7 +467,8 @@ do { \ | |||
467 | #define EXT4_MOUNT_USRQUOTA 0x100000 /* "old" user quota */ | 467 | #define EXT4_MOUNT_USRQUOTA 0x100000 /* "old" user quota */ |
468 | #define EXT4_MOUNT_GRPQUOTA 0x200000 /* "old" group quota */ | 468 | #define EXT4_MOUNT_GRPQUOTA 0x200000 /* "old" group quota */ |
469 | #define EXT4_MOUNT_EXTENTS 0x400000 /* Extents support */ | 469 | #define EXT4_MOUNT_EXTENTS 0x400000 /* Extents support */ |
470 | 470 | #define EXT4_MOUNT_JOURNAL_CHECKSUM 0x800000 /* Journal checksums */ | |
471 | #define EXT4_MOUNT_JOURNAL_ASYNC_COMMIT 0x1000000 /* Journal Async Commit */ | ||
471 | /* Compatibility, for having both ext2_fs.h and ext4_fs.h included at once */ | 472 | /* Compatibility, for having both ext2_fs.h and ext4_fs.h included at once */ |
472 | #ifndef _LINUX_EXT2_FS_H | 473 | #ifndef _LINUX_EXT2_FS_H |
473 | #define clear_opt(o, opt) o &= ~EXT4_MOUNT_##opt | 474 | #define clear_opt(o, opt) o &= ~EXT4_MOUNT_##opt |