commit | c4e47bbb00dad9240f4c054859950e962042ecb8 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Jan 16 14:14:59 2024 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Feb 05 10:07:17 2024 -0700 |
tree | 8b543ed825f8dd5cdbe231f1b5aeffeb6720c144 | |
parent | 72e84e909eb5354e1e405c968dfdc4dcc23d41cc [diff] |
block: move cgroup time handling code into blk.h In preparation for moving time keeping into blk.h, move the cgroup related code for timestamps in here too. This will help avoid a circular dependency, and also moves it into a more appropriate header as this one is private to the block layer code. Leave struct bio_issue in blk_types.h as it's a proper time definition. Signed-off-by: Jens Axboe <axboe@kernel.dk>