mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-27 14:14:24 +08:00
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>
This commit is contained in:
parent
8d567162ef
commit
3c5c67ec29
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user