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>
Tue, 28 May 2024 05:53:19 +0000 (15:53 +1000)
commitb923040ec593339e1ca0a15048f5b1d2a622c150
tree69872a72fcde2050c15656841a3da6c184864f75
parent8a3be991150fe4a7d7485c0e8558a3b02d66383b
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]