Hi Linus,
The following changes since commit ec6f34e5b552fb0a52e6aae1a5afbbb1605cc6cc:
Linux 3.19-rc5 (2015-01-18 18:02:20 +1200)
are available in the git repository at:
git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-3.19-3
for you to fetch changes up to 2ef47eb1aee171ecf1d83311b9f7fae80f330181:
NFS: Fix use of nfs_attr_use_mounted_on_fileid() (2015-01-21 17:15:41 -0500)
----------------------------------------------------------------
NFS client bugfixes for Linux 3.19
Highlights include:
- Stable fix for a NFSv4.1 Oops on mount
- Stable fix for an O_DIRECT deadlock condition
- Fix an issue with submounted volumes and fake duplicate inode numbers
----------------------------------------------------------------
Anna Schumaker (1):
NFS: Fix use of nfs_attr_use_mounted_on_fileid()
Peng Tao (1):
nfs: fix dio deadlock when O_DIRECT flag is flipped
Trond Myklebust (1):
NFSv4.1: Fix an Oops in nfs41_walk_client_list
fs/nfs/direct.c | 6 ++++++
fs/nfs/inode.c | 5 +++--
fs/nfs/internal.h | 2 --
fs/nfs/nfs4client.c | 2 +-
4 files changed, 10 insertions(+), 5 deletions(-)