From: Kinglong Mee Date: Wed, 1 Jul 2015 03:59:04 +0000 (+0800) Subject: nfs: Drop bad comment in nfs41_walk_client_list() X-Git-Tag: v4.14-rc1~4974^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc4da2a2bee2aaf5ed62b8bb676a15d010af0fc0;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Trond Myklebust --- diff --git a/fs/nfs/nfs4client.c b/fs/nfs/nfs4client.c index e42be52..3aa6a9b 100644 --- a/fs/nfs/nfs4client.c +++ b/fs/nfs/nfs4client.c @@ -676,7 +676,6 @@ found: break; } - /* No matching nfs_client found. */ spin_unlock(&nn->nfs_client_lock); dprintk("NFS: <-- %s status = %d\n", __func__, status); nfs_put_client(prev);