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, 28 Apr 2023 01:21:35 +0000 (11:21 +1000)
commit3f2821f2e28b4ce0df454ff012e18b4db85819e8
treed91816da6b1db6d1b1cb60a64849090cc92f1cea
parente64f50e0d062c558a6570a3bcba0d6411c74d099
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]