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, 29 Nov 2012 13:05:21 +0000 (06:05 -0700)
commit29f7776930ae03413a608ad8ad09488ec8e69c23
tree839c8289ee0e0fa494fa8c3ef7a8f1cc7a91e9e7
parent495bf50767b4de4bd023dac2518e239e35bd4453
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]