Skip to content
Snippets Groups Projects
Commit 026f57eb authored by Darrick J. Wong's avatar Darrick J. Wong
Browse files

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: default avatarDarrick J. Wong <djwong@kernel.org>
Reviewed-by: default avatarChandan Babu R <chandanrlinux@gmail.com>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
parent 71bddbcc
No related branches found
No related tags found
No related merge requests found
Showing with 61 additions and 93 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment