xfs: pass struct xfs_eofblocks to the inode scan callback
authorDarrick J. Wong <djwong@kernel.org>
Mon, 31 May 2021 18:32:01 +0000 (11:32 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 3 Jun 2021 22:56:04 +0000 (15:56 -0700)
commit9d5ee837595134f91bb2d66f571f498c3b8ab148
treef4c6eaf908f79553e6c3c8eaf7960f3c4711c6f0
parent919a4ddb68413056ecb7c71d9d5465bb54c8032b
xfs: pass struct xfs_eofblocks to the inode scan callback

Pass a pointer to the actual eofb structure around the inode scanner
functions instead of a void pointer, now that none of the functions is
used as a callback.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
fs/xfs/xfs_icache.c