|
|
@@ -1334,7 +1334,7 @@ static int f2fs_read_data_pages(struct file *file,
|
|
|
struct address_space *mapping,
|
|
|
struct list_head *pages, unsigned nr_pages)
|
|
|
{
|
|
|
- struct inode *inode = file->f_mapping->host;
|
|
|
+ struct inode *inode = mapping->host;
|
|
|
struct page *page = list_last_entry(pages, struct page, lru);
|
|
|
|
|
|
trace_f2fs_readpages(inode, page, nr_pages);
|