Skip to content

Commit 3c5c67e

Browse files
author
Andreas Gruenbacher
committed
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 <[email protected]>
1 parent 8d56716 commit 3c5c67e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/gfs2/glock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ find_first_strong_holder(struct gfs2_glock *gl)
477477

478478
/*
479479
* gfs2_instantiate - Call the glops instantiate function
480-
* @gl: The glock
480+
* @gh: The glock holder
481481
*
482482
* Returns: 0 if instantiate was successful, 2 if type specific operation is
483483
* underway, or error.

0 commit comments

Comments
 (0)