Whamcloud - gitweb
libext2fs: add a regression test for in-inode xattrs
authorAndreas Dilger <andreas.dilger@intel.com>
Fri, 13 Apr 2012 08:01:12 +0000 (02:01 -0600)
committerAndreas Dilger <adilger@whamcloud.com>
Tue, 19 Apr 2022 00:16:07 +0000 (18:16 -0600)
commitcf27ae5f9d01aee7c4530b971527740cbfcdb36b
tree6e8f99a239757c95fc0d07360c044dcc3029007f
parent6698e5b34378cc30bf1dace2cc750d3b41f521ce
libext2fs: add a regression test for in-inode xattrs

Add tst_read_ea test case to verify libext2fs xattr interfaces
work consistently with the kernel xattr handling.

The libattr-devel package 2.4.48 still has attr/xattr.h (el7, el8),
so keep checking for it.

Signed-off-by: Andreas Dilger <adilger@whamcloud.com>
configure
configure.ac
lib/ext2fs/Makefile.in
lib/ext2fs/tst_read_ea.c [new file with mode: 0644]