From: Trond Myklebust Date: Tue, 3 Jan 2006 08:55:11 +0000 (+0100) Subject: NFSv4: Convert open() into an asynchronous RPC call X-Git-Tag: v2.6.16-rc1~935^2~4^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24ac23ab88df5b21b5b2df8cde748bf99b289099;p=pandora-kernel.git 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 --- Reading git-diff-tree failed