2017-10-10 18:24:26

by J. Bruce Fields

[permalink] [raw]
Subject: [GIT PULL] nfsd changes for 4.14-rc

Please pull nfsd fixes from

git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.14-1

One fix for a 4.14 regression, and one minor fix to the MAINTAINERs
file. (I was weirdly flattered by the idea that lots of random people
suddenly seemed to think Jeff and I were VFS experts. Turns out it was
just a typo.)

--b.


2017-10-10 18:42:02

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] nfsd changes for 4.14-rc

On Tue, Oct 10, 2017 at 11:24 AM, J. Bruce Fields <[email protected]> wrote:
> Please pull nfsd fixes from
>
> git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.14-1

There's nothing there. That tag just points to my 4.14-rc1 commit.

> One fix for a 4.14 regression, and one minor fix to the MAINTAINERs
> file. (I was weirdly flattered by the idea that lots of random people
> suddenly seemed to think Jeff and I were VFS experts. Turns out it was
> just a typo.)

.. and there's also no diffstat and commit list in your pull request,
probably exactly because you screwed up the tag so there's nothing to
pull..

Linus

2017-10-10 19:27:07

by J. Bruce Fields

[permalink] [raw]
Subject: Re: [GIT PULL] nfsd changes for 4.14-rc

On Tue, Oct 10, 2017 at 11:42:01AM -0700, Linus Torvalds wrote:
> On Tue, Oct 10, 2017 at 11:24 AM, J. Bruce Fields <[email protected]> wrote:
> > Please pull nfsd fixes from
> >
> > git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.14-1
>
> There's nothing there. That tag just points to my 4.14-rc1 commit.
>
> > One fix for a 4.14 regression, and one minor fix to the MAINTAINERs
> > file. (I was weirdly flattered by the idea that lots of random people
> > suddenly seemed to think Jeff and I were VFS experts. Turns out it was
> > just a typo.)
>
> .. and there's also no diffstat and commit list in your pull request,
> probably exactly because you screwed up the tag so there's nothing to
> pull..

Sigh, so it's not like I didn't have enough warning signs.

I just deleted redid the tag with the same name. (Does it cause a
problem that the old object is still sitting around somewhere with the
same name but nothing pointing at it? I'm assuming not.)

--b.

git://linux-nfs.org/~bfields/linux.git tags/nfsd-4.14-1

----------------------------------------------------------------
One fix for a 4.14 regression, and one minor fix to the MAINTAINERs
file. (I was weirdly flattered by the idea that lots of random people
suddenly seemed to think Jeff and I were VFS experts. Turns out it was
just a typo.)

----------------------------------------------------------------
Eric Biggers (1):
MAINTAINERS: associate linux/fs.h with VFS instead of file locking

Eryu Guan (1):
nfsd4: define nfsd4_secinfo_no_name_release()

MAINTAINERS | 4 ++--
fs/nfsd/nfs4proc.c | 9 ++++++++-
2 files changed, 10 insertions(+), 3 deletions(-)

2017-10-10 20:02:43

by Linus Torvalds

[permalink] [raw]
Subject: Re: [GIT PULL] nfsd changes for 4.14-rc

On Tue, Oct 10, 2017 at 12:27 PM, J. Bruce Fields <[email protected]> wrote:
>
> I just deleted redid the tag with the same name. (Does it cause a
> problem that the old object is still sitting around somewhere with the
> same name but nothing pointing at it? I'm assuming not.)

Thanks, that worked fine.

Linus