]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: remove superfluous arguments to xfs_rtrefcountbt_init_cursor xfs-generic-group-rebase
authorChristoph Hellwig <hch@lst.de>
Sat, 21 Sep 2024 14:08:12 +0000 (16:08 +0200)
committerChristoph Hellwig <hch@lst.de>
Sun, 22 Sep 2024 08:48:33 +0000 (10:48 +0200)
commit6e8f580a439f77db93742b852ff2e51d70ebdebb
tree0f524e465cb5b5d8035e0e912a95b15a89c5c086
parent8ec93e00763ec0553522ed8ec432b975c5f640b6
xfs: remove superfluous arguments to xfs_rtrefcountbt_init_cursor

The mount structure and inode can be derived from the rtg.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/xfs/libxfs/xfs_refcount.c
fs/xfs/libxfs/xfs_rtrefcount_btree.c
fs/xfs/libxfs/xfs_rtrefcount_btree.h
fs/xfs/scrub/common.c
fs/xfs/scrub/repair.c
fs/xfs/scrub/rmap_repair.c
fs/xfs/scrub/rtrefcount_repair.c
fs/xfs/xfs_fsmap.c
fs/xfs/xfs_reflink.c