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)
committerLi Dongyang <dongyangli@ddn.com>
Fri, 17 Jan 2025 02:23:15 +0000 (13:23 +1100)
commit57c9eb8e8af10f4effcabed3bdaca9678dcde103
tree92db2406f86f3807e47f5bfe18c3b4b2555160ab
parent64b92dced80e966a7e2a2db680d74e7fb98a0786
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]