commit | 9bc980cdb9ac2fd2e6c18ba5ba18a6909971a4a2 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Fri Mar 02 06:59:44 2018 -0700 |
committer | Bob Peterson <rpeterso@redhat.com> | Thu Mar 08 09:26:20 2018 -0700 |
tree | 734d5cec1c86345f35a1d7665161e91b1d8c7c30 | |
parent | 83998ccd9bfff881f04ce03f6964f8a83e6c5b54 [diff] |
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>