commit | 87c037d11b83b93e9ab5eda9fb03c114f67024ff | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Oct 18 10:07:09 2021 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Oct 19 05:55:04 2021 -0600 |
tree | 82afc0ee91329f8b40060b6b2d4841c29369c53d | |
parent | 8a7d267b4a2c71a5ff5dd9046abea7117c7d0ac2 [diff] |
block: return whether or not to unplug through boolean Instead of returning the same queue request through a request pointer, use a boolean to accomplish the same. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>