2019-06-28 21:09:03

by Anna Schumaker

[permalink] [raw]
Subject: [GIT PULL] Two more Linux NFS client fixes

Hi Linus,

The following changes since commit
19d55046cd824baab53534ba7e7f99945c6fdcb1:

SUNRPC: Fix a credential refcount leak (2019-06-21 14:45:09 -0400)

are available in the Git repository at:

git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.2-
4

for you to fetch changes up to
68f461593f76bd5f17e87cdd0bea28f4278c7268:

NFS/flexfiles: Use the correct TCP timeout for flexfiles I/O (2019-
06-28 11:48:52 -0400)

----------------------------------------------------------------
These are both stable fixes. One to calculate the correct client
message length in the case of partial transmissions. And the other to
set the proper TCP timeout for flexfiles.

Thanks,
Anna
----------------------------------------------------------------
Trond Myklebust (2):
SUNRPC: Fix up calculation of client message length
NFS/flexfiles: Use the correct TCP timeout for flexfiles I/O

fs/nfs/flexfilelayout/flexfilelayoutdev.c | 2 +-
net/sunrpc/xprtsock.c | 16 ++++++++--------
2 files changed, 9 insertions(+), 9 deletions(-)