Browse Source

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>
Kinglong Mee 10 years ago
parent
commit
bc4da2a2be
1 changed files with 0 additions and 1 deletions
  1. 0 1
      fs/nfs/nfs4client.c

+ 0 - 1
fs/nfs/nfs4client.c

@@ -676,7 +676,6 @@ found:
 		break;
 		break;
 	}
 	}
 
 
-	/* No matching nfs_client found. */
 	spin_unlock(&nn->nfs_client_lock);
 	spin_unlock(&nn->nfs_client_lock);
 	dprintk("NFS: <-- %s status = %d\n", __func__, status);
 	dprintk("NFS: <-- %s status = %d\n", __func__, status);
 	nfs_put_client(prev);
 	nfs_put_client(prev);