]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: Ensure that the WRITE and COMMIT RPC calls are always uninterruptible
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 9 Apr 2010 23:54:50 +0000 (19:54 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 9 Apr 2010 23:54:50 +0000 (19:54 -0400)
commite9e076233c08fe89d1523addb33a96ffa16b4139
tree84654744fc5f43f1b21f8fa484aba0a15787d5df
parentac4ca0630692a0da254fe94916dc96224088e106
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>
fs/nfs/write.c