Commit 0b8cc25d authored by Colin Ian King's avatar Colin Ian King Committed by 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: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 37f4a24c
...@@ -1837,7 +1837,7 @@ void blk_cgroup_bio_start(struct bio *bio) ...@@ -1837,7 +1837,7 @@ void blk_cgroup_bio_start(struct bio *bio)
*/ */
if (!bio_flagged(bio, BIO_CGROUP_ACCT)) { if (!bio_flagged(bio, BIO_CGROUP_ACCT)) {
bio_set_flag(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]++; bis->cur.ios[rwd]++;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment