Skip to content

Commit

Permalink
ANDROID: fs: gfs2: fix filler function type
Browse files Browse the repository at this point in the history
Bug: 67506682
Change-Id: I50a3f85965de6e041d0f40e7bf9c2ced15ccfd49
Signed-off-by: Sami Tolvanen <[email protected]>
  • Loading branch information
samitolvanen authored and pundiramit committed Aug 28, 2018
1 parent 03df7fb commit a9f1777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/gfs2/aops.c
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ int stuffed_readpage(struct gfs2_inode *ip, struct page *page)
* called by gfs2_readpage() once the required lock has been granted.
*/

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);
Expand Down

0 comments on commit a9f1777

Please sign in to comment.