Skip to content
Commit b1a28f2e authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFS: nfs_async_write_reschedule_io must not recurse into the writeback 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: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent 72691a26
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment