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

Pass a libxfs_init structure to libxfs_alloc_buftarg 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
db/sb.c
libxfs/init.c
libxfs/libxfs_io.h
logprint/logprint.c
mkfs/xfs_mkfs.c