summaryrefslogtreecommitdiffstats
path: root/fs/gfs2/log.h
diff options
context:
space:
mode:
authorBob Peterson2018-03-02 14:59:44 +0100
committerBob Peterson2018-03-08 17:26:20 +0100
commit9bc980cdb9ac2fd2e6c18ba5ba18a6909971a4a2 (patch)
tree734d5cec1c86345f35a1d7665161e91b1d8c7c30 /fs/gfs2/log.h
parentgfs2: Dirty source inode during rename (diff)
downloadkernel-qcow2-linux-9bc980cdb9ac2fd2e6c18ba5ba18a6909971a4a2.tar.gz
kernel-qcow2-linux-9bc980cdb9ac2fd2e6c18ba5ba18a6909971a4a2.tar.xz
kernel-qcow2-linux-9bc980cdb9ac2fd2e6c18ba5ba18a6909971a4a2.zip
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>
Diffstat (limited to 'fs/gfs2/log.h')
-rw-r--r--fs/gfs2/log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/log.h b/fs/gfs2/log.h
index 93b52ac1ca1f..1862e310a067 100644
--- a/fs/gfs2/log.h
+++ b/fs/gfs2/log.h
@@ -70,7 +70,6 @@ extern void gfs2_write_log_header(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd,
extern void gfs2_log_flush(struct gfs2_sbd *sdp, struct gfs2_glock *gl,
u32 type);
extern void gfs2_log_commit(struct gfs2_sbd *sdp, struct gfs2_trans *trans);
-extern void gfs2_remove_from_ail(struct gfs2_bufdata *bd);
extern void gfs2_ail1_flush(struct gfs2_sbd *sdp, struct writeback_control *wbc);
extern void gfs2_log_shutdown(struct gfs2_sbd *sdp);