]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: pass a struct libxfs_init to libxfs_mount
authorChristoph Hellwig <hch@lst.de>
Mon, 11 Dec 2023 16:37:30 +0000 (17:37 +0100)
committerCarlos Maiolino <cem@kernel.org>
Mon, 18 Dec 2023 13:57:48 +0000 (14:57 +0100)
commitddd9942bccaf3a52630a862fbb7e5c94a2571363
treed4c7bfe13f9904cd2a168654a40bc23683fda5fb
parent01dcfd9e47afaa1544d3ab5427717489af0f9075
libxfs: pass a struct libxfs_init to libxfs_mount

Pass a libxfs_init structure to libxfs_mount instead of three separate
dev_t values.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
copy/xfs_copy.c
db/init.c
include/xfs_mount.h
libxfs/init.c
mkfs/xfs_mkfs.c
repair/xfs_repair.c