Commit 3c5c67ec authored by Andreas Gruenbacher's avatar Andreas Gruenbacher

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: default avatarAndreas Gruenbacher <agruenba@redhat.com>
parent 8d567162
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment