From: Bob Peterson Date: Mon, 12 Oct 2020 20:04:20 +0000 (-0500) Subject: gfs2: Fix comments to glock_hash_walk X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=dbffb29dac6a8864bc026ca904a8cc361de71a1a;p=linux.git gfs2: Fix comments to glock_hash_walk The comments before function glock_hash_walk had the wrong name and an extra parameter. This simply fixes the comments. Signed-off-by: Bob Peterson Signed-off-by: Andreas Gruenbacher --- diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c index c0d4412285624..5f3cc68b50ec1 100644 --- a/fs/gfs2/glock.c +++ b/fs/gfs2/glock.c @@ -1842,10 +1842,9 @@ static struct shrinker glock_shrinker = { }; /** - * examine_bucket - Call a function for glock in a hash bucket + * glock_hash_walk - Call a function for glock in a hash bucket * @examiner: the function * @sdp: the filesystem - * @bucket: the bucket * * Note that the function can be called multiple times on the same * object. So the user must ensure that the function can cope with