commit | 026f57ebe1beeae086f48c27cb0664cbb30cd955 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Wed Apr 07 17:59:39 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Fri Apr 09 10:27:18 2021 -0700 |
tree | c931245c27df8223987d2a3848ec305f9613d8be | |
parent | 71bddbccab436a261a22afe5d90de269941d0fe7 [diff] |
xfs: get rid of the ip parameter to xchk_setup_* Now that the scrub context stores a pointer to the file that was used to invoke the scrub call, the struct xfs_inode pointer that we passed to all the setup functions is no longer necessary. This is only ever used if the caller wants us to scrub the metadata of the open file. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com> Reviewed-by: Christoph Hellwig <hch@lst.de>