xfs: remove unused flags arg from xfs_dquot_verify
Long ago the flags argument was used to determine whether to issue warnings about corruptions, but that's done elsewhere now and the flag is unused here, so remove it. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:

committed by
Darrick J. Wong

parent
dfa03a5f80
commit
e381a0f6c2
@@ -865,7 +865,7 @@ xfs_qm_reset_dqcounts(
|
||||
* find uninitialised dquot blks. See comment in
|
||||
* xfs_dquot_verify.
|
||||
*/
|
||||
fa = xfs_dquot_verify(mp, ddq, id + j, type, 0);
|
||||
fa = xfs_dquot_verify(mp, ddq, id + j, type);
|
||||
if (fa)
|
||||
xfs_dquot_repair(mp, ddq, id + j, type);
|
||||
|
||||
|
Reference in New Issue
Block a user