mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
gfs2: mark stuffed_readpage static
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
This commit is contained in:
parent
59c01c5046
commit
378b6cbfb8
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user