]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit71d982511d4601ebfd269f32f972ab34b78dbf1d
treebffbaa3acd360ac1bdc4fcb3d3a53c467adc9e3a
parent83a972999a6f67ebab7af632830c1787f0b56d96
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