GFS2: Make function gfs2_remove_from_ail static
authorBob Peterson <rpeterso@redhat.com>
Fri, 2 Mar 2018 13:59:44 +0000 (06:59 -0700)
committerBob Peterson <rpeterso@redhat.com>
Thu, 8 Mar 2018 16:26:20 +0000 (09:26 -0700)
commit9bc980cdb9ac2fd2e6c18ba5ba18a6909971a4a2
tree734d5cec1c86345f35a1d7665161e91b1d8c7c30
parent83998ccd9bfff881f04ce03f6964f8a83e6c5b54
GFS2: Make function gfs2_remove_from_ail static

Function gfs2_remove_from_ail is only ever used from log.c, so there
is no reason to declare it extern. This patch removes the extern and
declares it static.

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