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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.