projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5888678
)
blk-mq: blk_account_io_start() takes a bool
author
Jens Axboe
<axboe@fb.com>
Sat, 3 Dec 2016 03:00:14 +0000
(20:00 -0700)
committer
Jens Axboe
<axboe@fb.com>
Mon, 5 Dec 2016 19:14:28 +0000
(12:14 -0700)
Signed-off-by: Jens Axboe <axboe@fb.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
block/blk-mq.c
patch
|
blob
|
blame
|
history
diff --git
a/block/blk-mq.c
b/block/blk-mq.c
index bac12caece0664fa0c690a33fa35c60ca83e039d..90db5b490df9a7a9bf768937c6cb06415b400cce 100644
(file)
--- a/
block/blk-mq.c
+++ b/
block/blk-mq.c
@@
-1237,7
+1237,7
@@
static void blk_mq_bio_to_request(struct request *rq, struct bio *bio)
{
init_request_from_bio(rq, bio);
- blk_account_io_start(rq,
1
);
+ blk_account_io_start(rq,
true
);
}
static inline bool hctx_allow_merges(struct blk_mq_hw_ctx *hctx)