diff --git a/fs/f2fs/data.c b/fs/f2fs/data.c index af1438277575..d068111436d7 100644 --- a/fs/f2fs/data.c +++ b/fs/f2fs/data.c @@ -948,7 +948,7 @@ alloc_new: if (fio->io_wbc) wbc_account_cgroup_owner(fio->io_wbc, fio->page, PAGE_SIZE); - inc_page_count(fio->sbi, WB_DATA_TYPE(page, false)); + inc_page_count(fio->sbi, WB_DATA_TYPE(fio->page, false)); *fio->last_block = fio->new_blkaddr; *fio->bio = bio;