aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd2
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2020-11-19 15:36:25 -0500
committerTheodore Ts'o <tytso@mit.edu>2020-11-19 15:41:57 -0500
commit704c2317cab5571da0e5763cd47ad07f8900aa76 (patch)
tree6f55a40282fe6423242215140fb2ea0209aae166 /fs/jbd2
parentLinux 5.10-rc4 (diff)
downloadlinux-dev-704c2317cab5571da0e5763cd47ad07f8900aa76.tar.xz
linux-dev-704c2317cab5571da0e5763cd47ad07f8900aa76.zip
ext4: drop fast_commit from /proc/mounts
The options in /proc/mounts must be valid mount options --- and fast_commit is not a mount option. Otherwise, command sequences like this will fail: # mount /dev/vdc /vdc # mkdir -p /vdc/phoronix_test_suite /pts # mount --bind /vdc/phoronix_test_suite /pts # mount -o remount,nodioread_nolock /pts mount: /pts: mount point not mounted or bad option. And in the system logs, you'll find: EXT4-fs (vdc): Unrecognized mount option "fast_commit" or missing value Fixes: 995a3ed67fc8 ("ext4: add fast_commit feature and handling for extended mount options") Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/jbd2')
0 files changed, 0 insertions, 0 deletions