diff options
author | Andreas Gruenbacher <agruenba@redhat.com> | 2023-11-13 16:54:59 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruenba@redhat.com> | 2023-12-18 14:24:33 +0100 |
commit | 1181f2d9fef7307b46850bc11e043f2180d636c1 (patch) | |
tree | 6e72623e8585666ebc732dccb29fc2baf0b6acc6 /fs/gfs2 | |
parent | 8877243beafa7c6bfc42022cbfdf9e39b25bd4fa (diff) | |
download | lwn-1181f2d9fef7307b46850bc11e043f2180d636c1.tar.gz lwn-1181f2d9fef7307b46850bc11e043f2180d636c1.zip |
gfs2: Fix inode_go_instantiate description
Fixes a "function parameter or member gl not described in
inode_go_instantiate" warning.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2')
-rw-r--r-- | fs/gfs2/glops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/glops.c b/fs/gfs2/glops.c index b41c78bd2cc0..15d0e653fd2b 100644 --- a/fs/gfs2/glops.c +++ b/fs/gfs2/glops.c @@ -494,7 +494,7 @@ int gfs2_inode_refresh(struct gfs2_inode *ip) /** * inode_go_instantiate - read in an inode if necessary - * @gh: The glock holder + * @gl: The glock * * Returns: errno */ |