]> www.infradead.org Git - users/hch/xfsprogs.git/commit
libfrog: emulate deprecated attrlist functionality in libattr
authorDarrick J. Wong <djwong@kernel.org>
Tue, 1 Oct 2024 00:06:22 +0000 (17:06 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 2 Oct 2024 00:54:48 +0000 (17:54 -0700)
commit2ed5318f360d2734265c2dbf630e93ff3e5e5791
treef62914660ba93e8dded5bcc03be8b168fc571e59
parent8554a59c85282fbbd460a3de7e64dd38508c2364
libfrog: emulate deprecated attrlist functionality in libattr

Break our dependence on the (deprecated) libattr by emulating the
necessary pieces in libfrog.  It's a little sketchy to open-code these
symbols, but they're originally from XFS so we trust ourselves.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
configure.ac
debian/control
include/builddefs.in
libfrog/Makefile
libfrog/fakelibattr.h [new file with mode: 0644]
libfrog/fsprops.c
m4/package_attr.m4 [deleted file]
scrub/Makefile
scrub/phase5.c