]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: remove the call to sync_blockdev in xfs_configure_buftarg
authorChristoph Hellwig <hch@lst.de>
Mon, 7 Jul 2025 12:53:13 +0000 (14:53 +0200)
committerCarlos Maiolino <cem@kernel.org>
Tue, 8 Jul 2025 11:30:26 +0000 (13:30 +0200)
commitd9b1e348cff7ed13e30886de7a72e1fa0e235863
treefeb879e31679715289e06a9dc71ba18195e70330
parenta578a8efa707cc99c22960e86e5b9eaeeda97c5e
xfs: remove the call to sync_blockdev in xfs_configure_buftarg

This extra call is not needed as xfs_alloc_buftarg already calls
sync_blockdev.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: John Garry <john.g.garry@oracle.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_buf.c