Loading fs/gfs2/aops.c +1 −1 Original line number Diff line number Diff line Loading @@ -523,7 +523,7 @@ static int stuffed_readpage(struct gfs2_inode *ip, struct page *page) * */ static int __gfs2_readpage(void *file, struct page *page) static int __gfs2_readpage(struct file *file, struct page *page) { struct gfs2_inode *ip = GFS2_I(page->mapping->host); struct gfs2_sbd *sdp = GFS2_SB(page->mapping->host); Loading Loading
fs/gfs2/aops.c +1 −1 Original line number Diff line number Diff line Loading @@ -523,7 +523,7 @@ static int stuffed_readpage(struct gfs2_inode *ip, struct page *page) * */ static int __gfs2_readpage(void *file, struct page *page) static int __gfs2_readpage(struct file *file, struct page *page) { struct gfs2_inode *ip = GFS2_I(page->mapping->host); struct gfs2_sbd *sdp = GFS2_SB(page->mapping->host); Loading