Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 101070ca authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFS: Ensure that the asynchronous RPC calls complete on nfsiod.


We want to ensure that rpc_call_ops that involve mntput() are run on nfsiod
rather than on rpciod, so that they don't deadlock when the resulting
umount calls rpc_shutdown_client(). Hence we specify that read, write and
commit calls must complete on nfsiod.
Ditto for NFSv4 open, lock, locku and close asynchronous calls.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 5746006f
Branches
Tags
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