summaryrefslogtreecommitdiffstats
path: root/fs/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/buffer.c')
-rw-r--r--fs/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/buffer.c b/fs/buffer.c
index e450c55f6434..40547bbbea94 100644
--- a/fs/buffer.c
+++ b/fs/buffer.c
@@ -3093,7 +3093,7 @@ static int submit_bh_wbc(int op, int op_flags, struct buffer_head *bh,
3093 3093
3094 if (wbc) { 3094 if (wbc) {
3095 wbc_init_bio(wbc, bio); 3095 wbc_init_bio(wbc, bio);
3096 wbc_account_io(wbc, bh->b_page, bh->b_size); 3096 wbc_account_cgroup_owner(wbc, bh->b_page, bh->b_size);
3097 } 3097 }
3098 3098
3099 submit_bio(bio); 3099 submit_bio(bio);