aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/lops.h
diff options
context:
space:
mode:
authorBob Peterson <rpeterso@redhat.com>2020-12-22 15:37:35 -0500
committerAndreas Gruenbacher <agruenba@redhat.com>2020-12-31 15:53:35 +0100
commit2a6fe26ccf0bcebf469887bcc7c382d076751f4c (patch)
tree67a1671fe7a3da6d5f78372064c42eea25fd0a81 /fs/gfs2/lops.h
parent96b1454f2e8ede4c619fde405a1bb4e9ba8d218e (diff)
downloadlinux-2a6fe26ccf0bcebf469887bcc7c382d076751f4c.tar.gz
gfs2: make gfs2_log_write_page static
Function gfs2_log_write_page is only used in lops.c, so make it static. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'fs/gfs2/lops.h')
-rw-r--r--fs/gfs2/lops.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/gfs2/lops.h b/fs/gfs2/lops.h
index fbdbb08dcec6af..2280f68862debd 100644
--- a/fs/gfs2/lops.h
+++ b/fs/gfs2/lops.h
@@ -22,7 +22,6 @@ extern void gfs2_log_incr_head(struct gfs2_sbd *sdp);
extern u64 gfs2_log_bmap(struct gfs2_jdesc *jd, unsigned int lbn);
extern void gfs2_log_write(struct gfs2_sbd *sdp, struct page *page,
unsigned size, unsigned offset, u64 blkno);
-extern void gfs2_log_write_page(struct gfs2_sbd *sdp, struct page *page);
extern void gfs2_log_submit_bio(struct bio **biop, int opf);
extern void gfs2_pin(struct gfs2_sbd *sdp, struct buffer_head *bh);
extern int gfs2_find_jhead(struct gfs2_jdesc *jd,