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

Commit 920c7fd6 authored by Sami Tolvanen's avatar Sami Tolvanen
Browse files

ANDROID: fs: gfs2: fix filler function type



Bug: 67506682
Change-Id: I50a3f85965de6e041d0f40e7bf9c2ced15ccfd49
Signed-off-by: default avatarSami Tolvanen <samitolvanen@google.com>
parent 39cdeb13
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -511,7 +511,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_inode *ip = GFS2_I(page->mapping->host);
	struct gfs2_sbd *sdp = GFS2_SB(page->mapping->host);
	struct gfs2_sbd *sdp = GFS2_SB(page->mapping->host);