mbox series

[GIT,PULL,2/2] xfsprogs: do not depend on libattr

Message ID 172783265034.4076916.8174651955916785491.stg-ugh@frogsfrogsfrogs (mailing list archive)
State New
Headers show
Series [GIT,PULL,1/2] xfsprogs: Debian and Ubuntu archive changes | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/libattr-remove-6.11_2024-10-01

Message

Darrick J. Wong Oct. 2, 2024, 1:31 a.m. UTC
Hi Andrey,

Please pull this branch with changes for xfsprogs for 6.11-rc1.

As usual, I did a test-merge with the main upstream branch as of a few
minutes ago, and didn't see any conflicts.  Please let me know if you
encounter any problems.

The following changes since commit b92bf9bc2da75f3709f5f3a6c09d6c62d0d799ef:

debian: Correct the day-of-week on 2024-09-04 (2024-10-01 17:54:48 -0700)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git tags/libattr-remove-6.11_2024-10-01

for you to fetch changes up to 2ed5318f360d2734265c2dbf630e93ff3e5e5791:

libfrog: emulate deprecated attrlist functionality in libattr (2024-10-01 17:54:48 -0700)

----------------------------------------------------------------
xfsprogs: do not depend on libattr [02/11]

Remove xfsprogs dependence on libattr because libattr is deprecated.  The code
in that library came from XFS, so we can make our own shims.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>

----------------------------------------------------------------
Darrick J. Wong (2):
misc: clean up code around attr_list_by_handle calls
libfrog: emulate deprecated attrlist functionality in libattr

configure.ac          |  2 --
debian/control        |  2 +-
include/builddefs.in  |  1 -
libfrog/Makefile      |  8 +++----
libfrog/fakelibattr.h | 36 +++++++++++++++++++++++++++++++
libfrog/fsprops.c     | 22 ++++++++++---------
m4/package_attr.m4    | 25 ----------------------
scrub/Makefile        |  4 ----
scrub/phase5.c        | 59 ++++++++++++++++++++++++++++-----------------------
9 files changed, 85 insertions(+), 74 deletions(-)
create mode 100644 libfrog/fakelibattr.h
delete mode 100644 m4/package_attr.m4