]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: Use xarray to track SB UUIDs instead of plain array.
authorLukas Herbolt <lukas@herbolt.com>
Tue, 10 Mar 2026 12:30:22 +0000 (13:30 +0100)
committerCarlos Maiolino <cem@kernel.org>
Mon, 23 Mar 2026 09:40:18 +0000 (10:40 +0100)
commit8da6fd088472f4db6199fb68af6ec87fa26247ca
tree5d7d178b6b3ce6cc77e19ffb276035c788bc64b9
parentc1f955437440f92632e2efca4b591371bb3caefc
xfs: Use xarray to track SB UUIDs instead of plain array.

Removing the plain array to track the UUIDs and switch
to xarray makes it more readable.

Signed-off-by: Lukas Herbolt <lukas@herbolt.com>
[cem: remove unneeded return from xfs_uuid_unmount]
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_mount.c
fs/xfs/xfs_mount.h