All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Gao Xiang <gaoxiang25@huawei.com>
Cc: devel@driverdev.osuosl.org,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	Miao Xie <miaoxie@huawei.com>, Chao Yu <yuchao0@huawei.com>,
	LKML <linux-kernel@vger.kernel.org>,
	David Howells <dhowells@redhat.com>,
	weidu.du@huawei.com, Alexander Viro <viro@zeniv.linux.org.uk>,
	linux-erofs@lists.ozlabs.org
Subject: Re: [PATCH 1/2 dhowells/mount-api] staging: erofs: rename superblock flags (MS_xyz -> SB_xyz)
Date: Mon, 10 Sep 2018 10:13:04 +0200	[thread overview]
Message-ID: <20180910081304.GA19096@kroah.com> (raw)
In-Reply-To: <1643231b-7538-0f43-1670-7fddadd7ca87@huawei.com>

On Thu, Sep 06, 2018 at 06:37:37PM +0800, Gao Xiang wrote:
> 
> 
> On 2018/9/6 18:08, David Howells wrote:
> > Gao Xiang <gaoxiang25@huawei.com> wrote:
> > 
> >> This patch follows commit 1751e8a6cb93 ("Rename superblock
> >> flags (MS_xyz -> SB_xyz)") and after commit ("vfs: Suppress
> >> MS_* flag defs within the kernel unless explicitly enabled"),
> >> there is no MS_RDONLY and MS_NOATIME at all.
> >>
> >> Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
> >> Reviewed-by: Chao Yu <yuchao0@huawei.com>
> >> Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
> > I recommend pushing this one to Linus now.  It's trivial enough.
> 
> Hi David,
> I personally think that is fine, but I'd like to get Greg's idea and agreement, too...
> 
> > 
> > Reviewed-by: David Howells <dhowells@redhat.com>
> 
> Hi Greg,
> 
> As David suggested above, could you please help merge this patch to Linus?
> It's trivial enough (since the commit 1751e8a6cb93) and MS_xyz will be removed
> in the new mount apis patchset...

Now applied to my local tree, thanks.

greg k-h

WARNING: multiple messages have this Message-ID (diff)
From: gregkh@linuxfoundation.org (Greg Kroah-Hartman)
Subject: [PATCH 1/2 dhowells/mount-api] staging: erofs: rename superblock flags (MS_xyz -> SB_xyz)
Date: Mon, 10 Sep 2018 10:13:04 +0200	[thread overview]
Message-ID: <20180910081304.GA19096@kroah.com> (raw)
In-Reply-To: <1643231b-7538-0f43-1670-7fddadd7ca87@huawei.com>

On Thu, Sep 06, 2018@06:37:37PM +0800, Gao Xiang wrote:
> 
> 
> On 2018/9/6 18:08, David Howells wrote:
> > Gao Xiang <gaoxiang25@huawei.com> wrote:
> > 
> >> This patch follows commit 1751e8a6cb93 ("Rename superblock
> >> flags (MS_xyz -> SB_xyz)") and after commit ("vfs: Suppress
> >> MS_* flag defs within the kernel unless explicitly enabled"),
> >> there is no MS_RDONLY and MS_NOATIME at all.
> >>
> >> Reported-by: Stephen Rothwell <sfr at canb.auug.org.au>
> >> Reviewed-by: Chao Yu <yuchao0 at huawei.com>
> >> Signed-off-by: Gao Xiang <gaoxiang25 at huawei.com>
> > I recommend pushing this one to Linus now.  It's trivial enough.
> 
> Hi David,
> I personally think that is fine, but I'd like to get Greg's idea and agreement, too...
> 
> > 
> > Reviewed-by: David Howells <dhowells at redhat.com>
> 
> Hi Greg,
> 
> As David suggested above, could you please help merge this patch to Linus?
> It's trivial enough (since the commit 1751e8a6cb93) and MS_xyz will be removed
> in the new mount apis patchset...

Now applied to my local tree, thanks.

greg k-h

  reply	other threads:[~2018-09-10  8:13 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-06  9:01 [PATCH 1/2 dhowells/mount-api] staging: erofs: rename superblock flags (MS_xyz -> SB_xyz) Gao Xiang
2018-09-06  9:01 ` Gao Xiang
2018-09-06  9:01 ` [PATCH 2/2 dhowells/mount-api] staging: erofs: update .mount and .remount_sb Gao Xiang
2018-09-06  9:01   ` Gao Xiang
2018-09-06  9:39   ` Chao Yu
2018-09-06  9:39     ` Chao Yu
2018-09-06 10:08 ` [PATCH 1/2 dhowells/mount-api] staging: erofs: rename superblock flags (MS_xyz -> SB_xyz) David Howells
2018-09-06 10:08   ` David Howells
2018-09-06 10:37   ` Gao Xiang
2018-09-06 10:37     ` Gao Xiang
2018-09-10  8:13     ` Greg Kroah-Hartman [this message]
2018-09-10  8:13       ` Greg Kroah-Hartman
2018-09-10  8:21       ` Gao Xiang
2018-09-10  8:21         ` Gao Xiang
2018-09-06 10:09 ` [PATCH 2/2 dhowells/mount-api] staging: erofs: update .mount and .remount_sb David Howells
2018-09-06 10:09   ` David Howells

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=20180910081304.GA19096@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=devel@driverdev.osuosl.org \
    --cc=dhowells@redhat.com \
    --cc=gaoxiang25@huawei.com \
    --cc=linux-erofs@lists.ozlabs.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=miaoxie@huawei.com \
    --cc=sfr@canb.auug.org.au \
    --cc=viro@zeniv.linux.org.uk \
    --cc=weidu.du@huawei.com \
    --cc=yuchao0@huawei.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.