Commit 378b6cbf authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Andreas Gruenbacher
Browse files

gfs2: mark stuffed_readpage static

parent 59c01c50
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -434,8 +434,7 @@ static int gfs2_jdata_writepages(struct address_space *mapping,
 *
 * Returns: errno
 */

int stuffed_readpage(struct gfs2_inode *ip, struct page *page)
static int stuffed_readpage(struct gfs2_inode *ip, struct page *page)
{
	struct buffer_head *dibh;
	u64 dsize = i_size_read(&ip->i_inode);
+0 −1
Original line number Diff line number Diff line
@@ -8,7 +8,6 @@

#include "incore.h"

extern int stuffed_readpage(struct gfs2_inode *ip, struct page *page);
extern void adjust_fs_space(struct inode *inode);
extern void gfs2_page_add_databufs(struct gfs2_inode *ip, struct page *page,
				   unsigned int from, unsigned int len);