mbox series

[GIT,PULL] Please pull NFS client bugfix for 4.20

Message ID 9d585276a55d788b98ba425910cd4a05a9e5cf99.camel@hammerspace.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Please pull NFS client bugfix for 4.20 | expand

Pull-request

git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-4.20-2

Message

Trond Myklebust Nov. 4, 2018, 1:56 p.m. UTC
Hi Linus,

The following changes since commit 86bbd7422ae6a33735df6846fd685e46686da714:

  NFS: change sign of nfs_fh length (2018-10-23 12:22:21 -0400)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-4.20-2

for you to fetch changes up to d3787af289c85381cc048cb8c56b67260dbbc436:

  NFS: fix spelling mistake, EACCESS -> EACCES (2018-11-01 14:07:06 -0400)

Thanks,
  Trond

----------------------------------------------------------------
NFS client bugfixes for Linux 4.20

Highlights include:

Bugfixes:
- Fix build issues on architectures that don't provide 64-bit cmpxchg

Cleanups:
- Fix a spelling mistake

----------------------------------------------------------------
Colin Ian King (1):
      NFS: fix spelling mistake, EACCESS -> EACCES

Paul Burton (1):
      SUNRPC: Use atomic(64)_t for seq_send(64)

 fs/nfs/nfs4proc.c                   |  2 +-
 include/linux/sunrpc/gss_krb5.h     |  7 ++-----
 net/sunrpc/auth_gss/gss_krb5_mech.c | 16 ++++++++++------
 net/sunrpc/auth_gss/gss_krb5_seal.c | 28 ++--------------------------
 net/sunrpc/auth_gss/gss_krb5_wrap.c |  4 ++--
 5 files changed, 17 insertions(+), 40 deletions(-)

Comments

Linus Torvalds Nov. 4, 2018, 4:21 p.m. UTC | #1
On Sun, Nov 4, 2018 at 5:56 AM Trond Myklebust <trondmy@hammerspace.com> wrote:
>
> NFS client bugfixes for Linux 4.20

Pulled,

                          Linus