diff options
Diffstat (limited to 'fs/nfs/blocklayout/rpc_pipefs.c')
-rw-r--r-- | fs/nfs/blocklayout/rpc_pipefs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfs/blocklayout/rpc_pipefs.c b/fs/nfs/blocklayout/rpc_pipefs.c index 8d04bda2bd2e..e966c023b1b7 100644 --- a/fs/nfs/blocklayout/rpc_pipefs.c +++ b/fs/nfs/blocklayout/rpc_pipefs.c | |||
@@ -92,7 +92,6 @@ bl_resolve_deviceid(struct nfs_server *server, struct pnfs_block_volume *b, | |||
92 | 92 | ||
93 | set_current_state(TASK_UNINTERRUPTIBLE); | 93 | set_current_state(TASK_UNINTERRUPTIBLE); |
94 | schedule(); | 94 | schedule(); |
95 | __set_current_state(TASK_RUNNING); | ||
96 | remove_wait_queue(&nn->bl_wq, &wq); | 95 | remove_wait_queue(&nn->bl_wq, &wq); |
97 | 96 | ||
98 | if (reply->status != BL_DEVICE_REQUEST_PROC) { | 97 | if (reply->status != BL_DEVICE_REQUEST_PROC) { |