projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d56716
)
gfs2: Fix gfs2_instantiate description
author
Andreas Gruenbacher
<agruenba@redhat.com>
Mon, 29 Nov 2021 20:56:16 +0000
(21:56 +0100)
committer
Andreas Gruenbacher
<agruenba@redhat.com>
Sat, 4 Dec 2021 19:02:26 +0000
(20:02 +0100)
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>
fs/gfs2/glock.c
patch
|
blob
|
history
diff --git
a/fs/gfs2/glock.c
b/fs/gfs2/glock.c
index 3f18aa51ec855743c792fa2d53c7970b82c0f8a4..b7ab8430333c2c1e429a158dd82d8a69c0de679a 100644
(file)
--- 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
- * @g
l: The glock
+ * @g
h: The glock holder
*
* Returns: 0 if instantiate was successful, 2 if type specific operation is
* underway, or error.