nfs: Drop bad comment in nfs41_walk_client_list()
Commit 7b1f1fd184
"NFSv4/4.1: Fix bugs in nfs4[01]_walk_client_list"
have change the logical of the list_for_each_entry().
Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
This commit is contained in:
parent
cd738ee985
commit
bc4da2a2be
1 changed files with 0 additions and 1 deletions
|
@ -676,7 +676,6 @@ int nfs41_walk_client_list(struct nfs_client *new,
|
|||
break;
|
||||
}
|
||||
|
||||
/* No matching nfs_client found. */
|
||||
spin_unlock(&nn->nfs_client_lock);
|
||||
dprintk("NFS: <-- %s status = %d\n", __func__, status);
|
||||
nfs_put_client(prev);
|
||||
|
|
Loading…
Add table
Reference in a new issue