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>
This commit is contained in:
parent
e2c6c8a797
commit
dbffb29dac
@ -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
|
* @examiner: the function
|
||||||
* @sdp: the filesystem
|
* @sdp: the filesystem
|
||||||
* @bucket: the bucket
|
|
||||||
*
|
*
|
||||||
* Note that the function can be called multiple times on the same
|
* Note that the function can be called multiple times on the same
|
||||||
* object. So the user must ensure that the function can cope with
|
* object. So the user must ensure that the function can cope with
|
||||||
|
Loading…
Reference in New Issue
Block a user