diff options
Diffstat (limited to 'fs/nfs/read.c')
-rw-r--r-- | fs/nfs/read.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/nfs/read.c b/fs/nfs/read.c index 4587a86adaac..3dcaa6a73261 100644 --- a/fs/nfs/read.c +++ b/fs/nfs/read.c | |||
@@ -212,12 +212,7 @@ nfs_async_read_error(struct list_head *head) | |||
212 | */ | 212 | */ |
213 | static void nfs_execute_read(struct nfs_read_data *data) | 213 | static void nfs_execute_read(struct nfs_read_data *data) |
214 | { | 214 | { |
215 | struct rpc_clnt *clnt = NFS_CLIENT(data->inode); | ||
216 | sigset_t oldset; | ||
217 | |||
218 | rpc_clnt_sigmask(clnt, &oldset); | ||
219 | rpc_execute(&data->task); | 215 | rpc_execute(&data->task); |
220 | rpc_clnt_sigunmask(clnt, &oldset); | ||
221 | } | 216 | } |
222 | 217 | ||
223 | /* | 218 | /* |