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
|
* Returns: errno
|
||||||
*/
|
*/
|
||||||
|
static int stuffed_readpage(struct gfs2_inode *ip, struct page *page)
|
||||||
int stuffed_readpage(struct gfs2_inode *ip, struct page *page)
|
|
||||||
{
|
{
|
||||||
struct buffer_head *dibh;
|
struct buffer_head *dibh;
|
||||||
u64 dsize = i_size_read(&ip->i_inode);
|
u64 dsize = i_size_read(&ip->i_inode);
|
||||||
|
@ -8,7 +8,6 @@
|
|||||||
|
|
||||||
#include "incore.h"
|
#include "incore.h"
|
||||||
|
|
||||||
extern int stuffed_readpage(struct gfs2_inode *ip, struct page *page);
|
|
||||||
extern void adjust_fs_space(struct inode *inode);
|
extern void adjust_fs_space(struct inode *inode);
|
||||||
extern void gfs2_page_add_databufs(struct gfs2_inode *ip, struct page *page,
|
extern void gfs2_page_add_databufs(struct gfs2_inode *ip, struct page *page,
|
||||||
unsigned int from, unsigned int len);
|
unsigned int from, unsigned int len);
|
||||||
|
Loading…
Reference in New Issue
Block a user