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>
Thu, 9 Aug 2012 06:10:08 +0000 (00:10 -0600)
commit25396e1faa558bf2c83bb9a5cfda2eb4410681e3
tree6baba3338c24d791de2a7d226c34dd196b1af41a
parentd6431cad695b3876ccdbdb806f8cfad5e791159c
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]