commit | 13aae94dd55932fd5d0f1e096881048815afde28 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Aug 26 21:39:40 2024 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Wed Oct 09 16:28:56 2024 -0700 |
tree | f62914660ba93e8dded5bcc03be8b168fc571e59 | |
parent | 6d0798e8f1e623a69a00f30db437e0342995f6a3 [diff] |
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>