commit | 24ac23ab88df5b21b5b2df8cde748bf99b289099 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Jan 03 09:55:11 2006 +0100 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Jan 06 14:58:42 2006 -0500 |
tree | e5e599fc55fc1744284077b320f3541a3658b958 | |
parent | e60859ac0e50f660d23b72e42e05f58757dcfeff [diff] |
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>