Whamcloud - gitweb
e2fsck: ignore xattr feature in backup superblocks
authorAndreas Dilger <andreas.dilger@intel.com>
Fri, 13 Apr 2012 18:25:25 +0000 (12:25 -0600)
committerAndreas Dilger <andreas.dilger@intel.com>
Wed, 10 Sep 2014 23:10:18 +0000 (17:10 -0600)
commit192fbcad9d4a6ac657bae184f460da7efc7ba452
tree01b728c791dccd95b7105af800de8c812c41c7ac
parent739c18fa6980fe3bac5e5832fb325a2e2fd07fb3
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 <andreas.dilger@intel.com>
e2fsck/super.c