[GIT PULL] Please pull NFS client bugfixes for 5.0-rc5

From: Schumaker, Anna
Date: Thu Jan 31 2019 - 13:12:30 EST


Hi Linus,

The following changes since commit deaa5c96c2f7e8b934088a1e70a0fe8797bd1149:

SUNRPC: Address Kerberos performance/behavior regression (2019-01-15 15:36:41
-0500)

are available in the Git repository at:

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

for you to fetch changes up to 8fc75bed96bb94e23ca51bd9be4daf65c57697bf:

NFS: Fix up return value on fatal errors in nfs_page_async_flush() (2019-01-29
16:33:24 -0500)

----------------------------------------------------------------
This pull request addresses two bugs, one in the error code handling of
nfs_page_async_flush() and one to fix a potential NULL pointer dereference
in nfs_parse_devname().

Thanks,
Anna

----------------------------------------------------------------
Trond Myklebust (1):
NFS: Fix up return value on fatal errors in nfs_page_async_flush()

Yao Liu (1):
nfs: Fix NULL pointer dereference of dev_name

fs/nfs/super.c | 5 +++++
fs/nfs/write.c | 9 +++++----
2 files changed, 10 insertions(+), 4 deletions(-)