commit | 9d5ee837595134f91bb2d66f571f498c3b8ab148 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon May 31 11:32:01 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Jun 03 15:56:04 2021 -0700 |
tree | f4c6eaf908f79553e6c3c8eaf7960f3c4711c6f0 | |
parent | 919a4ddb68413056ecb7c71d9d5465bb54c8032b [diff] |
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>