Commit bc4da2a2 authored by Kinglong Mee's avatar Kinglong Mee Committed by Trond Myklebust

nfs: Drop bad comment in nfs41_walk_client_list()

Commit 7b1f1fd1 "NFSv4/4.1: Fix bugs in nfs4[01]_walk_client_list"
have change the logical of the list_for_each_entry().
Signed-off-by: default avatarKinglong Mee <kinglongmee@gmail.com>
Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent cd738ee9
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment