Whamcloud - gitweb
e2fsck: clean up xattr checking code, add test
authorAndreas Dilger <adilger@whamcloud.com>
Fri, 13 Apr 2012 08:01:12 +0000 (02:01 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Tue, 29 May 2012 08:09:26 +0000 (02:09 -0600)
commit2beda796b95f253085812d7261566d95b789756f
treead66931b373a917062992b24d807bee69af593fd
parenteed3eae5642a57388293624f2df1b78867198a2a
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 <adilger@whamcloud.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]