aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/nfs/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/client.c b/fs/nfs/client.c
index 013cdbc3b000..34c3996bd0f5 100644
--- a/fs/nfs/client.c
+++ b/fs/nfs/client.c
@@ -322,7 +322,7 @@ found_client:
322 if (new) 322 if (new)
323 nfs_free_client(new); 323 nfs_free_client(new);
324 324
325 error = wait_event_interruptible(&nfs_client_active_wq, 325 error = wait_event_interruptible(nfs_client_active_wq,
326 clp->cl_cons_state != NFS_CS_INITING); 326 clp->cl_cons_state != NFS_CS_INITING);
327 if (error < 0) { 327 if (error < 0) {
328 nfs_put_client(clp); 328 nfs_put_client(clp);