]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs_{db,repair}: implement new attr hash value function
authorDarrick J. Wong <djwong@kernel.org>
Mon, 29 Jul 2024 23:23:19 +0000 (16:23 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:01:11 +0000 (17:01 -0700)
commit6db2bc3d1978b556d545c8e267d7822372ac6eaf
tree3710507987b50d8e3e9b6520607b6eba4aa4e655
parent2c08c981c3467466fa9d6f7456870149485e6800
xfs_{db,repair}: implement new attr hash value function

Port existing utilities to use libxfs_attr_hashname instead of calling
libxfs_da_hashname directly.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
db/hash.c
db/metadump.c
libxfs/libxfs_api_defs.h
repair/attr_repair.c