VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Tejun Heo <tj@kernel.org> 2019-06-27 13:39:49 -0700 committer: Jens Axboe <axboe@kernel.dk> 2019-07-10 09:00:57 -0600 commit: 34e51a5e1a6e939ed7d99c38173821ab86d577f4 parent: 9b0eb69b75bccada2d341d7e7ca342f0cb1c9a6a
Commit Summary:
blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/mpage.c b/fs/mpage.c
index 436a85260394..a63620cdb73a 100644
--- a/fs/mpage.c
+++ b/fs/mpage.c
@@ -647,7 +647,7 @@ alloc_new:
 	 * the confused fail path above (OOM) will be very confused when
 	 * it finds all bh marked clean (i.e. it will not write anything)
 	 */
-	wbc_account_io(wbc, page, PAGE_SIZE);
+	wbc_account_cgroup_owner(wbc, page, PAGE_SIZE);
 	length = first_unmapped << blkbits;
 	if (bio_add_page(bio, page, length, 0) < length) {
 		bio = mpage_bio_submit(REQ_OP_WRITE, op_flags, bio);