]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
mkfs,xfs_repair: don't pass a daddr as the flags argument
authorDarrick J. Wong <djwong@kernel.org>
Mon, 24 Feb 2025 18:21:40 +0000 (10:21 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 25 Feb 2025 17:15:56 +0000 (09:15 -0800)
commitd776ab01f54ae1bf799873be9eca59b4a17656cb
tree9be11c5c48fcb37a441a538467d5b4ae95a0210d
parent4fd999332e19993fb7fd381f5fcd40ff943d98ac
mkfs,xfs_repair: don't pass a daddr as the flags argument

libxfs_buf_get_uncached doesn't take a daddr argument, so don't pass one
as the flags argument.

Cc: <linux-xfs@vger.kernel.org> # v6.13.0
Fixes: 0d7c490474e5e5 ("mkfs: format realtime groups")
Signed-off-by: "Darrick J. Wong" <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
mkfs/xfs_mkfs.c
repair/rt.c