]> Pileus Git - ~andy/linux/commit
Merge tag 'nfs-for-3.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 4 Feb 2014 20:26:16 +0000 (12:26 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 4 Feb 2014 20:26:16 +0000 (12:26 -0800)
commitd7512f79fd6cb8e2d9b78770289df6391a867ca1
tree741a78dbbf31f56dcc110632fa12a357c8128384
parent12b13835a0a8bfabea68741e1ab4d4a4cb77d037
parent88a78a912ee059467ae6db7429a6efe4654620a5
Merge tag 'nfs-for-3.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs

Pull NFS client bugfixes from Trond Myklebust:
 "Highlights:

   - Fix NFSv3 acl regressions
   - Fix NFSv4 memory corruption due to slot table abuse in
     nfs4_proc_open_confirm
   - nfs4_destroy_session must call rpc_destroy_waitqueue"

* tag 'nfs-for-3.14-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs:
  fs: get_acl() must be allowed to return EOPNOTSUPP
  NFSv3: Fix return value of nfs3_proc_setacls
  NFSv3: Remove unused function nfs3_proc_set_default_acl
  NFSv4.1: nfs4_destroy_session must call rpc_destroy_waitqueue
  NFSv4: Fix memory corruption in nfs4_proc_open_confirm
  nfs: fix setting of ACLs on file creation.