-
由 Trond Myklebust 提交于
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: NTrond Myklebust <trond.myklebust@hammerspace.com>
42f86b44