]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/nfs/read.c
NFS: Switch from intr mount option to TASK_KILLABLE
[linux-2.6-omap-h63xx.git] / fs / nfs / read.c
index 4587a86adaac8d5cc0762f36fbddaa3b96dc71f8..3dcaa6a732615bed8b3f0afc2a12be9c88fb6112 100644 (file)
@@ -212,12 +212,7 @@ nfs_async_read_error(struct list_head *head)
  */
 static void nfs_execute_read(struct nfs_read_data *data)
 {
-       struct rpc_clnt *clnt = NFS_CLIENT(data->inode);
-       sigset_t oldset;
-
-       rpc_clnt_sigmask(clnt, &oldset);
        rpc_execute(&data->task);
-       rpc_clnt_sigunmask(clnt, &oldset);
 }
 
 /*