linux/fs/ext4
Tyson Nottingham 27f394a771 ext4: don't show data=<mode> option if defaulted
Previously, mount -l would show data=<mode> even if the ext4 default
journaling mode was being used. Change this to be consistent with the
rest of the options.

Ext4 already did the right thing when the journaling mode being used
matched the one specified in the superblock's default mount options. The
reason it failed to do the right thing for the ext4 defaults is that,
when set, they were never included in sbi->s_def_mount_opt (unlike the
superblock's defaults, which were).

Signed-off-by: Tyson Nottingham <tgnottingham@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-03-30 00:56:10 -04:00
..
acl.c
acl.h
balloc.c ext4: add validity checks for bitmap block numbers 2018-03-26 23:54:10 -04:00
bitmap.c
block_validity.c
dir.c
ext4.h ext4: remove EXT4_STATE_DIOREAD_LOCK flag 2018-03-22 11:52:10 -04:00
ext4_extents.h
ext4_jbd2.c ext4: shutdown should not prevent get_write_access 2018-02-18 22:07:36 -05:00
ext4_jbd2.h
extents.c ext4: fix comments in ext4_swap_extents() 2018-03-26 01:44:03 -04:00
extents_status.c
extents_status.h
file.c
fsmap.c
fsmap.h
fsync.c
hash.c
ialloc.c ext4: add validity checks for bitmap block numbers 2018-03-26 23:54:10 -04:00
indirect.c
inline.c
inode.c ext4: fail ext4_iget for root directory if unallocated 2018-03-29 21:56:09 -04:00
ioctl.c ext4: remove EXT4_STATE_DIOREAD_LOCK flag 2018-03-22 11:52:10 -04:00
Kconfig
Makefile
mballoc.c
mballoc.h
migrate.c
mmp.c
move_extent.c ext4: remove EXT4_STATE_DIOREAD_LOCK flag 2018-03-22 11:52:10 -04:00
namei.c
page-io.c
readpage.c
resize.c
super.c ext4: don't show data=<mode> option if defaulted 2018-03-30 00:56:10 -04:00
symlink.c
sysfs.c ext4: simplify kobject usage 2018-03-30 00:41:34 -04:00
truncate.h
xattr.c ext4: limit xattr size to INT_MAX 2018-03-29 14:31:42 -04:00
xattr.h
xattr_security.c
xattr_trusted.c
xattr_user.c