2014-08-29 19:35:47

by Trond Myklebust

[permalink] [raw]
Subject: [GIT PULL] Please pull NFS client fixes

Hi Linus,

The following changes since commit 52addcf9d6669fa439387610bc65c92fa0980cef:

Linux 3.17-rc2 (2014-08-25 15:36:20 -0700)

are available in the git repository at:

git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-3.17-3

for you to fetch changes up to f87d928f6d98644d39809a013a22f981d39017cf:

NFSv3: Fix another acl regression (2014-08-26 16:17:48 -0400)

----------------------------------------------------------------
NFS client fixes for 3.17

Highlights:
- NFSv3 stable fix for another POSIX ACL regression
- NFSv4 stable fix for a regression with OPEN_DOWNGRADE
- NFSv4 stable fix for bad close() behaviour when holding a delegation

----------------------------------------------------------------
Trond Myklebust (3):
NFSv4: Fix problems with close in the presence of a delegation
NFSv4: Don't clear the open state when we just did an OPEN_DOWNGRADE
NFSv3: Fix another acl regression

fs/nfs/nfs3acl.c | 5 ++++-
fs/nfs/nfs4proc.c | 26 +++++++++++++++++---------
2 files changed, 21 insertions(+), 10 deletions(-)