commit | d7e92306bde2117702ed96b7c5647d9485869047 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Tue Oct 23 18:05:41 2018 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Oct 24 05:00:53 2018 -0600 |
tree | a79115774b03d3f5c2fe9a2bf29f6335e5036f53 | |
parent | 425d3e0ee60f195df202fcd389d76a6671e76b05 [diff] |
io_u: move trim error notification out-of-line Also kill dead code, we never touch BLOCK_STATE_WRITTEN as it was guarded by a check for ddir == DDIR_TRIM. The latter should probably be double checked... Signed-off-by: Jens Axboe <axboe@kernel.dk>