Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NFS: nfs_async_write_reschedule_io must not recurse into the writebac…
…k code It is not safe to call filemap_fdatawrite_range() from nfs_async_write_reschedule_io(), since we're often calling from a page reclaim context. Just let fsync() redrive the writeback for us. Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
- Loading branch information