From: Matthew Wilcox Date: Thu, 6 Dec 2007 21:24:39 +0000 (-0500) Subject: NFS: Switch from intr mount option to TASK_KILLABLE X-Git-Tag: v2.6.25-rc1~1125^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=150030b78a454ba50d5e267b0dcf01b162809192;p=pandora-kernel.git NFS: Switch from intr mount option to TASK_KILLABLE 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 Signed-off-by: Matthew Wilcox --- Reading git-diff-tree failed