On Fri, Dec 22, 2017 at 05:08:50PM -0800, Darrick J. Wong wrote: > From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > > Move the dquot repair code into a separate function and remove > XFS_QMOPT_DQREPAIR in favor of calling the helper directly. Remove > other dead code because quotacheck is the only caller of DQREPAIR. > > Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> > --- > fs/xfs/libxfs/xfs_dquot_buf.c | 22 +++++++++++----- > fs/xfs/libxfs/xfs_quota_defs.h | 3 +- > fs/xfs/xfs_dquot.c | 54 ---------------------------------------- > fs/xfs/xfs_qm.c | 7 ++++- > 4 files changed, 22 insertions(+), 64 deletions(-) Nice cleanup! Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx> -- Dave Chinner david@xxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html