diff options
| -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 c7b346f8cc44..66b6664dcd4c 100644 --- a/fs/nfs/nfs4client.c +++ b/fs/nfs/nfs4client.c | |||
| @@ -482,6 +482,7 @@ int nfs41_walk_client_list(struct nfs_client *new, | |||
| 482 | 482 | ||
| 483 | atomic_inc(&pos->cl_count); | 483 | atomic_inc(&pos->cl_count); |
| 484 | *result = pos; | 484 | *result = pos; |
| 485 | status = 0; | ||
| 485 | dprintk("NFS: <-- %s using nfs_client = %p ({%d})\n", | 486 | dprintk("NFS: <-- %s using nfs_client = %p ({%d})\n", |
| 486 | __func__, pos, atomic_read(&pos->cl_count)); | 487 | __func__, pos, atomic_read(&pos->cl_count)); |
| 487 | break; | 488 | break; |
