]> git.ipfire.org Git - thirdparty/linux.git/commit
xfs: stop passing an inode to the zone space reservation helpers
authorChristoph Hellwig <hch@lst.de>
Wed, 16 Jul 2025 12:54:04 +0000 (14:54 +0200)
committerCarlos Maiolino <cem@kernel.org>
Thu, 24 Jul 2025 15:30:14 +0000 (17:30 +0200)
commit86e6ddf1d0ba4cad1f3212a2e3059401b5e5b748
treef7deaa3aa1271e087a307c73d2bdf30ef2e21e2e
parent329b996d9210c734b2a93bcb4d69dc49a48881f6
xfs: stop passing an inode to the zone space reservation helpers

None of them actually needs the inode, the mount is enough.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_file.c
fs/xfs/xfs_iops.c
fs/xfs/xfs_zone_alloc.h
fs/xfs/xfs_zone_space_resv.c