diff options
author | Theodore Ts'o <tytso@mit.edu> | 2009-09-05 12:50:43 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2009-09-05 12:50:43 -0400 |
commit | d0646f7b636d067d715fab52a2ba9c6f0f46b0d7 (patch) | |
tree | f7b3ae9510e8c789651d99fee0c22867e6ccba94 /fs/ext4/ext4.h | |
parent | a3710fd1ee8cd542c5de63cf2c39f8912031f867 (diff) |
ext4: Remove journal_checksum mount option and enable it by default
There's no real cost for the journal checksum feature, and we should
make sure it is enabled all the time.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 81014f4ed22d..4dc64ed58d26 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h | |||
@@ -711,7 +711,6 @@ struct ext4_inode_info { | |||
711 | #define EXT4_MOUNT_QUOTA 0x80000 /* Some quota option set */ | 711 | #define EXT4_MOUNT_QUOTA 0x80000 /* Some quota option set */ |
712 | #define EXT4_MOUNT_USRQUOTA 0x100000 /* "old" user quota */ | 712 | #define EXT4_MOUNT_USRQUOTA 0x100000 /* "old" user quota */ |
713 | #define EXT4_MOUNT_GRPQUOTA 0x200000 /* "old" group quota */ | 713 | #define EXT4_MOUNT_GRPQUOTA 0x200000 /* "old" group quota */ |
714 | #define EXT4_MOUNT_JOURNAL_CHECKSUM 0x800000 /* Journal checksums */ | ||
715 | #define EXT4_MOUNT_JOURNAL_ASYNC_COMMIT 0x1000000 /* Journal Async Commit */ | 714 | #define EXT4_MOUNT_JOURNAL_ASYNC_COMMIT 0x1000000 /* Journal Async Commit */ |
716 | #define EXT4_MOUNT_I_VERSION 0x2000000 /* i_version support */ | 715 | #define EXT4_MOUNT_I_VERSION 0x2000000 /* i_version support */ |
717 | #define EXT4_MOUNT_DELALLOC 0x8000000 /* Delalloc support */ | 716 | #define EXT4_MOUNT_DELALLOC 0x8000000 /* Delalloc support */ |