Skip to content

Commit

Permalink
nfs: Drop bad comment in nfs41_walk_client_list()
Browse files Browse the repository at this point in the history
Commit 7b1f1fd "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>
  • Loading branch information
Kinglong Mee authored and Trond Myklebust committed Jul 1, 2015
1 parent cd738ee commit bc4da2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/nfs/nfs4client.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bc4da2a

Please sign in to comment.