Whamcloud - gitweb
e2fsck: ignore xattr feature in backup superblocks
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 13 Apr 2012 18:25:25 +0000 (12:25 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Thu, 9 Aug 2012 08:13:29 +0000 (02:13 -0600)
commit58c6e571ce8b1dd48efd59dee58906abc3fba159
treebe3033b8de8779d5dc7fdd1a36f65dcfa2453d20
parent7dd3ab74d905d63f5213c5984ca0b2c72e292b57
e2fsck: ignore xattr feature in backup superblocks

Since the xattr feature is enabled automatically by the kernel,
it can cause spurious e2fsck runs on a clean filesystem due to
differences between the primary and backup superblocks.

Signed-off-by: Eric Sandeen <esandeen@redhat.com>
Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
e2fsck/super.c