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

pNFS/flexfiles: Don't tie up all the rpciod threads in resends


We do not want to have rpciod threads perform recursive calls into the
RPC layer since that can deadlock. In particular, having to wait for
a layoutget can be nasty... We want rather to defer scheduling those
retries until we're in the rpc_release() callback, since that is
called from the nfsiod workqueue.

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@hammerspace.com>
parent 0dae72d5
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment