On Sat, Apr 11, 2020 at 05:12:52PM +0800, xiakaixu1987@xxxxxxxxx wrote: > From: Kaixu Xia <kaixuxia@xxxxxxxxxxx> > > Hi all, > > This patchset include some bugfixes and code cleanups for > qupta. The series looks ok to me; thanks for bundling this up. :) Reviewed-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> --D > > Changes for v2: > - put all the scattered patches into a single patchset. > - update the git version to fix the no function show problem. > > Kaixu Xia (6): > xfs: trace quota allocations for all quota types > xfs: combine two if statements with same condition > xfs: reserve quota inode transaction space only when needed > xfs: remove unnecessary variable udqp from xfs_ioctl_setattr > xfs: remove unnecessary assertion from xfs_qm_vop_create_dqattach > xfs: simplify the flags setting in xfs_qm_scall_quotaon > > fs/xfs/xfs_ioctl.c | 7 ++----- > fs/xfs/xfs_iops.c | 5 ----- > fs/xfs/xfs_qm.c | 7 +++---- > fs/xfs/xfs_qm_syscalls.c | 6 +++--- > 4 files changed, 8 insertions(+), 17 deletions(-) > > -- > 2.20.0 >