Searched hist:c49edecd513693ea7530ab18efbd7d6d5b7cbf90 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | file.c | diff c49edecd513693ea7530ab18efbd7d6d5b7cbf90 Sat Sep 03 11:05:31 CDT 2016 Trond Myklebust <trond.myklebust@primarydata.com> NFS: Fix error reporting in nfs_file_write()
When doing O_DSYNC writes, the actual write errors are reported through generic_write_sync(), so we must test the result.
Reported-by: J. R. Okajima <hooanon05g@gmail.com> Fixes: 18290650b1c8 ("NFS: Move buffered I/O locking into nfs_file_write()") Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
|