From: Christoph Hellwig Date: Mon, 19 Jan 2009 01:04:07 +0000 (+0100) Subject: xfs: fix bad_features2 fixups for the root filesystem X-Git-Tag: v2.6.30-rc1~232^2~35^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7884bc8617e6b8afda8cb8853cf14abfd3148d5c;p=pandora-kernel.git 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 Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner --- Reading git-diff-tree failed