]> git.baikalelectronics.ru Git - kernel.git/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)
commitb6d4c799b2ba3210ac89a98304a279fbaba15b1f
tree741a78dbbf31f56dcc110632fa12a357c8128384
parent2beab7cd87cb1c431b6ef1d2156355348eee7a55
parentb07097baa46b03b4131c101e8c6b532bdca1b987
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.