commit | 5bf9a1f3b4efef7e463105dde8bba4d2397909c2 | [log] [tgz] |
---|---|---|
author | Dennis Zhou (Facebook) <dennisszhou@gmail.com> | Tue Sep 11 14:41:30 2018 -0400 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Sep 21 20:29:08 2018 -0600 |
tree | c3179d65eba843d4cfa945544743955e889ad3f5 | |
parent | a7b39b4e961c4e2b3ed837803a7441a65c90ce33 [diff] |
blkcg: consolidate bio_issue_init to be a part of core bio_issue_init among other things initializes the timestamp for an IO. Rather than have this logic handled by policies, this consolidates it to be on the init paths (normal, clone, bounce clone). Signed-off-by: Dennis Zhou <dennisszhou@gmail.com> Acked-by: Tejun Heo <tj@kernel.org> Reviewed-by: Liu Bo <bo.liu@linux.alibaba.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>