From: Trond Myklebust Date: Fri, 9 Apr 2010 23:54:50 +0000 (-0400) Subject: NFS: Ensure that the WRITE and COMMIT RPC calls are always uninterruptible X-Git-Tag: v2.6.34-rc5~23^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c61be0a9478258f77b66208a0c4b1f5f8161c3c;p=pandora-kernel.git NFS: Ensure that the WRITE and COMMIT RPC calls are always uninterruptible We always want to ensure that WRITE and COMMIT completes, whether or not the user presses ^C. Do this by making the call asynchronous, and allowing the user to do an interruptible wait for rpc_task completion. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed