]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'nfs-for-3.3-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Feb 2012 16:43:35 +0000 (08:43 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Feb 2012 16:43:35 +0000 (08:43 -0800)
commit437cf4c7b7feeca29f74e1e6f8d458ea2623d5e2
tree71ef02369cbbef4523a0cb426809e724b85b723a
parent719741d9986572d64b47c35c09f5e7bb8d389400
parentabe9a6d57b4544ac208401f9c0a4262814db2be4
Merge tag 'nfs-for-3.3-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs

Bugfixes for the NFS client.

Fix a nasty Oops in the NFSv4 getacl code, another source of infinite
loops in the NFSv4 state recovery code, and a regression in NFSv4.1
session initialisation.

Also deal with an NFSv4.1 memory leak.

* tag 'nfs-for-3.3-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs:
  NFSv4: fix server_scope memory leak
  NFSv4.1: Fix a NFSv4.1 session initialisation regression
  NFSv4: Ensure we throw out bad delegation stateids on NFS4ERR_BAD_STATEID
  NFSv4: Fix an Oops in the NFSv4 getacl code