xfs: remove the mount field from struct xfs_busy_extents
authorChristoph Hellwig <hch@lst.de>
Mon, 4 Nov 2024 04:18:30 +0000 (20:18 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 5 Nov 2024 21:38:25 +0000 (13:38 -0800)
commit8dcf5e617f0ed2c30e55989669982bb03f60e3f8
treeb9cbd2a8151500424d22da454299f06fd55b6e54
parent4a137e09151e3abe9439601013126d877fa25775
xfs: remove the mount field from struct xfs_busy_extents

The mount field is only passed to xfs_extent_busy_clear, which never uses
it.

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_discard.c
fs/xfs/xfs_extent_busy.c
fs/xfs/xfs_extent_busy.h
fs/xfs/xfs_log_cil.c
fs/xfs/xfs_trans.c