]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_repair: deduplicate strings stored in string blob
authorDarrick J. Wong <djwong@kernel.org>
Mon, 29 Jul 2024 23:23:26 +0000 (16:23 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 30 Jul 2024 00:01:12 +0000 (17:01 -0700)
commit09c23caae4280d2adf4bb3de4da21efccf9d8fd8
tree097f6c053fef937d67b0f7c41cb7f32f5a26a650
parentf043df1a010857a374b6fabdc388f9b427741ccb
xfs_repair: deduplicate strings stored in string blob

Reduce the memory requirements of the string blob structure by
deduplicating the strings stored within.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
repair/pptr.c
repair/strblobs.c
repair/strblobs.h