diff options
author | Bob Peterson <rpeterso@redhat.com> | 2020-10-12 15:04:20 -0500 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2020-10-20 23:16:16 +0200 |
commit | dbffb29dac6a8864bc026ca904a8cc361de71a1a (patch) | |
tree | cd15c009f09b823f97d1d905f2f93a8014b7d162 /fs/gfs2/glock.c | |
parent | e2c6c8a797eea88b267743d99d593d368aa43481 (diff) | |
download | linux-dbffb29dac6a8864bc026ca904a8cc361de71a1a.tar.gz linux-dbffb29dac6a8864bc026ca904a8cc361de71a1a.tar.bz2 linux-dbffb29dac6a8864bc026ca904a8cc361de71a1a.zip |
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 <rpeterso@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/glock.c')
-rw-r--r-- | fs/gfs2/glock.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c index c0d441228562..5f3cc68b50ec 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 |