Forum | Documentation | Website | Blog

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

NFSv4: stateful NFSv4 RPC call interface


 The NFSv4 model requires us to complete all RPC calls that might
 establish state on the server whether or not the user wants to
 interrupt it. We may also need to schedule new work (including
 new RPC calls) in order to cancel the new state.

 The asynchronous RPC model will allow us to ensure that RPC calls
 always complete, but in order to allow for "synchronous" RPC, we
 want to add the ability to wait for completion.
 The waits are, of course, interruptible.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 4ce70ada
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