xfs: remove unused flags arg from xfs_dquot_verify
authorEric Sandeen <sandeen@sandeen.net>
Fri, 4 May 2018 22:15:48 +0000 (15:15 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 9 May 2018 17:04:01 +0000 (10:04 -0700)
commite381a0f6c28a3f2a452d5fba9b917f03e5dc4ffb
treebffbaa3acd360ac1bdc4fcb3d3a53c467adc9e3a
parentdfa03a5f8076c6bf79a9f68ef8f559fb8999cec1
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>
fs/xfs/libxfs/xfs_dquot_buf.c
fs/xfs/libxfs/xfs_quota_defs.h
fs/xfs/xfs_dquot.c
fs/xfs/xfs_log_recover.c
fs/xfs/xfs_qm.c