xfs: remove xfs_setsize_buftarg_early
authorChristoph Hellwig <hch@lst.de>
Thu, 22 Feb 2024 20:42:45 +0000 (12:42 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 22 Feb 2024 20:42:45 +0000 (12:42 -0800)
commit60335cc0fb5c7a8adfc84ba7dc976a00b6133499
treefce02c0c814c7eb9b4a245021611d4786df7173e
parent21e308e6485542a9795144aa6a39a1edc83a0d31
xfs: remove xfs_setsize_buftarg_early

Open code the logic in the only caller, and improve the comment
explaining what is being done here.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_buf.c