NFS: Switch from intr mount option to TASK_KILLABLE
authorMatthew Wilcox <matthew@wil.cx>
Thu, 6 Dec 2007 21:24:39 +0000 (16:24 -0500)
committerMatthew Wilcox <willy@linux.intel.com>
Thu, 6 Dec 2007 22:40:25 +0000 (17:40 -0500)
By using the TASK_KILLABLE infrastructure, we can get rid of the 'intr'
mount option.  We have to use _killable everywhere instead of _interruptible
as we get rid of rpc_clnt_sigmask/sigunmask.

Signed-off-by: Liam R. Howlett <howlett@gmail.com>
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>

No differences found