diff options
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfs/nfs4client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs4client.c b/fs/nfs/nfs4client.c index 8466e6046ff5..6bacfde1319a 100644 --- a/fs/nfs/nfs4client.c +++ b/fs/nfs/nfs4client.c | |||
@@ -450,6 +450,7 @@ int nfs41_walk_client_list(struct nfs_client *new, | |||
450 | error = nfs_wait_client_init_complete(pos); | 450 | error = nfs_wait_client_init_complete(pos); |
451 | if (error < 0) { | 451 | if (error < 0) { |
452 | nfs_put_client(pos); | 452 | nfs_put_client(pos); |
453 | spin_lock(&nn->nfs_client_lock); | ||
453 | continue; | 454 | continue; |
454 | } | 455 | } |
455 | 456 | ||