Home
last modified time | relevance | path

Searched hist:e6957ea48429aeda4f5d51af4238231d44b0dc4a (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/
H A Dxfs_mount.cdiff e6957ea48429aeda4f5d51af4238231d44b0dc4a Thu Apr 10 04:19:34 CEST 2008 Eric Sandeen <sandeen@sandeen.net> [XFS] Ensure "both" features2 slots are consistent

Since older kernels may look in the sb_bad_features2 slot for flags,
rather than zeroing it out on fixup, we should make it equal to the
sb_features2 value.

Also, if the ATTR2 flag was not found prior to features2 fixup, it was not
set in the mount flags, so re-check after the fixup so that the current
session will use the feature.

Also fix up the comments to reflect these changes.

SGI-PV: 980085
SGI-Modid: xfs-linux-melb:xfs-kern:30778a

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Signed-off-by: David Chinner <dgc@sgi.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>