NFSv4: Convert open() into an asynchronous RPC call
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 3 Jan 2006 08:55:11 +0000 (09:55 +0100)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 6 Jan 2006 19:58:42 +0000 (14:58 -0500)
commit24ac23ab88df5b21b5b2df8cde748bf99b289099
treee5e599fc55fc1744284077b320f3541a3658b958
parente60859ac0e50f660d23b72e42e05f58757dcfeff
NFSv4: Convert open() into an asynchronous RPC call

 OPEN is a stateful operation, so we must ensure that it always
 completes. In order to allow users to interrupt the operation,
 we need to make the RPC call asynchronous, and then wait on
 completion (or cancel).

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4proc.c
fs/nfs/nfs4xdr.c