]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5641698c16f89b51d4859a0de150efd15b867271
treee5e599fc55fc1744284077b320f3541a3658b958
parent5149823554ef7685f778990d4d975611d1a16cd9
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