All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Darrick J. Wong" <darrick.wong@oracle.com>
To: xiakaixu1987@gmail.com
Cc: linux-xfs@vger.kernel.org, Kaixu Xia <kaixuxia@tencent.com>
Subject: Re: [PATCH v2 0/6] xfs: some bugfixes and code cleanups for quota
Date: Mon, 13 Apr 2020 08:39:50 -0700	[thread overview]
Message-ID: <20200413153950.GR6742@magnolia> (raw)
In-Reply-To: <1586596378-10754-1-git-send-email-kaixuxia@tencent.com>

On Sat, Apr 11, 2020 at 05:12:52PM +0800, xiakaixu1987@gmail.com wrote:
> From: Kaixu Xia <kaixuxia@tencent.com>
> 
> 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@oracle.com>

--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
> 

      parent reply	other threads:[~2020-04-13 15:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-11  9:12 [PATCH v2 0/6] xfs: some bugfixes and code cleanups for quota xiakaixu1987
2020-04-11  9:12 ` [PATCH v2 1/6] xfs: trace quota allocations for all quota types xiakaixu1987
2020-04-11  9:12 ` [PATCH v2 2/6] xfs: combine two if statements with same condition xiakaixu1987
2020-04-11  9:12 ` [PATCH v2 3/6] xfs: reserve quota inode transaction space only when needed xiakaixu1987
2020-04-11  9:12 ` [PATCH v2 4/6] xfs: remove unnecessary variable udqp from xfs_ioctl_setattr xiakaixu1987
2020-04-11  9:12 ` [PATCH v2 5/6] xfs: remove unnecessary assertion from xfs_qm_vop_create_dqattach xiakaixu1987
2020-04-11  9:12 ` [PATCH v2 6/6] xfs: simplify the flags setting in xfs_qm_scall_quotaon xiakaixu1987
2020-04-13 15:39 ` Darrick J. Wong [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200413153950.GR6742@magnolia \
    --to=darrick.wong@oracle.com \
    --cc=kaixuxia@tencent.com \
    --cc=linux-xfs@vger.kernel.org \
    --cc=xiakaixu1987@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.