]> www.infradead.org Git - users/dwmw2/linux.git/commit
gfs2: Remove unnecessary function prototype
authorAndreas Gruenbacher <agruenba@redhat.com>
Mon, 18 Mar 2024 21:22:32 +0000 (22:22 +0100)
committerAndreas Gruenbacher <agruenba@redhat.com>
Tue, 28 May 2024 14:59:53 +0000 (16:59 +0200)
commit99b8520c00711556d62a9261eec9acfac94ecc9b
treea52231a067d67d0b1c1289ded5a7a83e87550a12
parent1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
gfs2: Remove unnecessary function prototype

Function __gfs2_glock_dq() gets defined before it is used, so there is
no need for a separate function declaration.

Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/glock.c