diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2021-11-29 21:56:16 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2021-12-04 20:02:26 +0100 |
commit | 3c5c67ec29a918dfb2ffc94429437794ddd225e8 (patch) | |
tree | 6173bd4bf3e99544874d095b44edd985faf57a51 /fs/gfs2 | |
parent | 8d567162ef288ee0df6674f291e3d9c290306f1e (diff) |
gfs2: Fix gfs2_instantiate description
The description of gfs2_instantiate accidentally lists a glock argument,
but the function takes a glock holder.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2')
-rw-r--r-- | fs/gfs2/glock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/glock.c b/fs/gfs2/glock.c index 3f18aa51ec85..b7ab8430333c 100644 --- a/fs/gfs2/glock.c +++ b/fs/gfs2/glock.c @@ -477,7 +477,7 @@ find_first_strong_holder(struct gfs2_glock *gl) /* * gfs2_instantiate - Call the glops instantiate function - * @gl: The glock + * @gh: The glock holder * * Returns: 0 if instantiate was successful, 2 if type specific operation is * underway, or error. |