diff options
author | 2009-01-19 02:04:07 +0100 | |
---|---|---|
committer | 2009-01-19 14:45:04 +1100 | |
commit | 49739140e57a65114d9e1976c4c158d2145595fb (patch) | |
tree | 9295a472e8d4040c9504f3c8b2b9d29207772cd4 /include/linux/kernel.h | |
parent | xfs: add a lock class for group/project dquots (diff) | |
download | wireguard-linux-49739140e57a65114d9e1976c4c158d2145595fb.tar.xz wireguard-linux-49739140e57a65114d9e1976c4c158d2145595fb.zip |
xfs: fix bad_features2 fixups for the root filesystem
Currently the bad_features2 fixup and the alignment updates in the superblock
are skipped if we mount a filesystem read-only. But for the root filesystem
the typical case is to mount read-only first and only later remount writeable
so we'll never perform this update at all. It's not a big problem but means
the logs of people needing the fixup get spammed at every boot because they
never happen on disk.
Reported-by: Arkadiusz Miskiewicz <arekm@maven.pl>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'include/linux/kernel.h')
0 files changed, 0 insertions, 0 deletions