gfs2: make gfs2_log_shutdown static
authorBob Peterson <rpeterso@redhat.com>
Thu, 14 Nov 2019 14:48:26 +0000 (09:48 -0500)
committerAndreas Gruenbacher <agruenba@redhat.com>
Thu, 14 Nov 2019 15:50:56 +0000 (16:50 +0100)
commitfeed98a8e5f3e54a8c41a3b26aa914db5d7e3c18
tree0745a7f6bc4b62185f3b5f7a58e4caf697b87571
parent19ebc050e48c3ae05b9c854001c0893127d118d6
gfs2: make gfs2_log_shutdown static

Function gfs2_log_shutdown is only called from within log.c. This
patch removes the extern declaration and makes it static.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/log.c
fs/gfs2/log.h