linux/fs/xfs/linux-2.6
Christoph Hellwig 7884bc8617 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>
2009-01-19 02:04:07 +01:00
..
2008-04-29 15:54:02 +10:00
2008-12-04 15:39:21 +11:00
2009-01-06 14:43:09 +11:00
2008-12-29 16:47:18 +11:00
2007-10-22 08:13:20 -07:00
2008-12-04 15:39:22 +11:00
2008-12-01 11:36:59 +11:00
2008-04-29 16:08:14 +10:00
2008-12-01 11:07:37 +11:00
2008-10-30 16:55:03 +11:00
2008-12-05 14:15:49 +11:00