On Tue, Sep 22, 2020 at 05:03:59PM +0800, xiakaixu1987@xxxxxxxxx wrote: > From: Kaixu Xia <kaixuxia@xxxxxxxxxxx> > > Hi all, > > This patchset include random fixes and code cleanups for disk quota. > In order to make it easier to track, I bundle them up and put all > the scattered patches into a single patchset. FWIW I've applied the second patch, so you can drop it from the next resend. --D > Kaixu Xia (3): > xfs: directly return if the delta equal to zero > xfs: remove the unused parameter id from xfs_qm_dqattach_one > xfs: only do dqget or dqhold for the specified dquots > > fs/xfs/xfs_qm.c | 24 +++++++++--------------- > fs/xfs/xfs_trans_dquot.c | 12 ++++++------ > 2 files changed, 15 insertions(+), 21 deletions(-) > > -- > 2.20.0 >