commit | 7b281ee026552f10862b617a2a51acf49c829554 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Sep 11 15:38:32 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Sep 11 15:38:32 2012 -0400 |
tree | c86ce80fa069cbe60f3c3dfbc939269ecc0d1aa4 | |
parent | f39c1bfb5a03e2d255451bff05be0d7255298fa4 [diff] |
NFS: fsync() must exit with an error if page writeback failed We need to ensure that if the call to filemap_write_and_wait_range() fails, then we report that error back to the application. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>