]> www.infradead.org Git - users/hch/xfsprogs.git/commit
libxfs: hoist listxattr from xfs_repair
authorDarrick J. Wong <djwong@kernel.org>
Fri, 26 Jul 2024 21:08:19 +0000 (14:08 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:12:39 +0000 (17:12 -0700)
commit06ef353a98a75a62ca3e1728492f01ddb67c2688
tree8edaef4fb423f61ab3a0b194a44ad621c81da383
parent2a7593e35aa17ae019551571780bdb06e411e681
libxfs: hoist listxattr from xfs_repair

Hoist the listxattr code from xfs_repair so that we can use it in
xfs_db.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
libxfs/Makefile
libxfs/listxattr.c [moved from repair/listxattr.c with 99% similarity]
libxfs/listxattr.h [moved from repair/listxattr.h with 81% similarity]
repair/Makefile
repair/pptr.c