Home
last modified time | relevance | path

Searched hist:d95b26650e86175e4a97698d89bc1626cd1df0c6 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfs/
H A Dfile.cdiff d95b26650e86175e4a97698d89bc1626cd1df0c6 Sat May 14 09:27:03 CDT 2022 Trond Myklebust <trond.myklebust@hammerspace.com> NFS: Do not report flush errors in nfs_write_end()

If we do flush cached writebacks in nfs_write_end() due to the imminent
expiration of an RPCSEC_GSS session, then we should defer reporting any
resulting errors until the calls to file_check_and_advance_wb_err() in
nfs_file_write() and nfs_file_fsync().

Fixes: 6fbda89b257f ("NFS: Replace custom error reporting mechanism with generic one")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>