[GIT PULL] A few more NFS client bugfixes for 5.2
From: Schumaker, Anna
Date: Fri Jun 21 2019 - 15:36:12 EST
Hi Linus,
The following changes since commit
9e0babf2c06c73cda2c0cd37a1653d823adb40ec:
Linux 5.2-rc5 (2019-06-16 08:49:45 -1000)
are available in the Git repository at:
git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-5.2-
3
for you to fetch changes up to
19d55046cd824baab53534ba7e7f99945c6fdcb1:
SUNRPC: Fix a credential refcount leak (2019-06-21 14:45:09 -0400)
----------------------------------------------------------------
These are mostly refcounting issues that people have found recently.
The revert fixes a suspend recovery performance issue.
Thanks,
Anna
----------------------------------------------------------------
Anna
Schumaker (1):
Revert "SUNRPC: Declare RPC timers as TIMER_DEFERRABLE"
Benjamin Coddington (1):
NFS4: Only set creation opendata if O_CREAT
Lin Yi (1):
net :sunrpc :clnt :Fix xps refcount imbalance on the error path
Trond Myklebust (1):
SUNRPC: Fix a credential refcount leak
fs/nfs/nfs4proc.c | 20 +++++++++++---------
net/sunrpc/clnt.c | 2 +-
net/sunrpc/sched.c | 4 +---
net/sunrpc/xprt.c | 4 +---
4 files changed, 14 insertions(+), 16 deletions(-)