commit | 2c61be0a9478258f77b66208a0c4b1f5f8161c3c | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Apr 09 19:54:50 2010 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Apr 09 19:54:50 2010 -0400 |
tree | 84654744fc5f43f1b21f8fa484aba0a15787d5df | |
parent | a6305ddb080fb483ca41ca56cacb6f96089f0c8e [diff] |
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 <Trond.Myklebust@netapp.com>