]> www.infradead.org Git - users/hch/xfsprogs.git/commit
libxfs: hoist listxattr from xfs_repair
authorDarrick J. Wong <djwong@kernel.org>
Thu, 8 Aug 2024 16:38:47 +0000 (09:38 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 8 Aug 2024 16:38:47 +0000 (09:38 -0700)
commita1ae399a5eaabf29a39b7135b4d54894cd44c8a8
tree46e39d594416eeb706e222417aef129d01c3e312
parent9b4c9c608967846dab1059ac62c759847013b7c6
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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Dave Chinner <dchinner@redhat.com>
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