Whamcloud - gitweb
e2fsck: clean up xattr checking code, add test
authorAndreas Dilger <andreas.dilger@intel.com>
Fri, 13 Apr 2012 08:01:12 +0000 (02:01 -0600)
committerAndreas Dilger <andreas.dilger@intel.com>
Fri, 12 Sep 2014 09:13:43 +0000 (03:13 -0600)
commite7c3ddb87460ce7c23a5f5b5e1c55b0294145344
treecfe58ad439a67c1e8410bcb9de20e5c14925c3aa
parentcefdaf9b69f65e96a15b9fc3bbb71f278569a8c2
e2fsck: clean up xattr checking code, add test

Clean up xattr header/list processing for in-inode xattrs instead
of doing lots of explicit pointer math.  Add a regression test for
in-inode xattrs.

Signed-off-by: Andreas Dilger <andreas.dilger@intel.com>
configure
configure.in
e2fsck/pass1.c
lib/config.h.in
lib/ext2fs/Makefile.in
lib/ext2fs/ext2_ext_attr.h
lib/ext2fs/ext2fs.h
lib/ext2fs/ext_attr.c
lib/ext2fs/tst_read_ea.c [new file with mode: 0644]