Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c548a1c1 authored by Andrew Price's avatar Andrew Price Committed by Bob Peterson
Browse files

gfs2: Make gfs2_write_full_page static



It only gets called from aops.c and doesn't appear in any headers.

Signed-off-by: default avatarAndrew Price <anprice@redhat.com>
Signed-off-by: default avatarBob Peterson <rpeterso@redhat.com>
parent aacee720
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -143,7 +143,7 @@ static int gfs2_writepage(struct page *page, struct writeback_control *wbc)
/* This is the same as calling block_write_full_page, but it also
 * writes pages outside of i_size
 */
int gfs2_write_full_page(struct page *page, get_block_t *get_block,
static int gfs2_write_full_page(struct page *page, get_block_t *get_block,
				struct writeback_control *wbc)
{
	struct inode * const inode = page->mapping->host;