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>
Sat, 1 Dec 2012 19:47:17 +0000 (12:47 -0700)
commit3abeac0816a13fa388ba304785bb7030bc69b687
tree7bdf117dae953a2eba88001a19cfc7a6f5c54b9c
parent1b03921e994974633803fbb5c2bddcda0bc56c11
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