提交 0b8cc25d 编写于 作者: C Colin Ian King 提交者: Jens Axboe

blk-cgroup: clean up indentation

There is a statement that is indented one level too deeply, fix it
by removing a tab.
Signed-off-by: NColin Ian King <colin.king@canonical.com>
Signed-off-by: NJens Axboe <axboe@kernel.dk>
上级 37f4a24c
......@@ -1837,7 +1837,7 @@ void blk_cgroup_bio_start(struct bio *bio)
*/
if (!bio_flagged(bio, BIO_CGROUP_ACCT)) {
bio_set_flag(bio, BIO_CGROUP_ACCT);
bis->cur.bytes[rwd] += bio->bi_iter.bi_size;
bis->cur.bytes[rwd] += bio->bi_iter.bi_size;
}
bis->cur.ios[rwd]++;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册