]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: remove the mount field from struct xfs_busy_extents
authorChristoph Hellwig <hch@lst.de>
Sat, 14 Sep 2024 06:31:53 +0000 (08:31 +0200)
committerChristoph Hellwig <hch@lst.de>
Sun, 22 Sep 2024 05:37:27 +0000 (07:37 +0200)
commit1f7a1806f4fa75674f380366532ea926a4bcd700
tree9fcf3486d7bbc5f0475a48edb8354b64065cda6b
parent73b40877ddd213302d4ba3532b9d90c66dbe0061
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>
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