]> git.baikalelectronics.ru Git - kernel.git/commit
gfs2: Fix __gfs2_holder_init function name in kernel-doc comment
authorAndreas Gruenbacher <agruenba@redhat.com>
Thu, 18 Nov 2021 19:33:00 +0000 (20:33 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Sat, 4 Dec 2021 19:02:26 +0000 (20:02 +0100)
commit9b9e91a64c76078db2a7cc5eb0af66645b28330c
treead6bc96150ee590cc60fd72675413db587602ae9
parent2f6b583fb05f35ad5d6a075900e5631518160894
gfs2: Fix __gfs2_holder_init function name in kernel-doc comment

The function name in the kernel-doc comment wasn't updated when the
function was renamed.

Fixes: d069a2bd4a24 ("gfs2: Save ip from gfs2_glock_nq_init")
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/glock.c