mbox series

[GIT,PULL] Two more Linux NFS client fixes

Message ID 89f621cf02c20863839561bfc0ef2ee36cbfe9ab.camel@netapp.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Two more Linux NFS client fixes | expand

Pull-request

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

Message

Schumaker, Anna June 28, 2019, 9:08 p.m. UTC
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(-)