commit | 535ac5d3fe63b9ea1dda379f606f9d0d377d7184 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Nov 09 14:42:35 2018 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Nov 09 19:17:13 2018 -0700 |
tree | a007c66ce4e12a4086085f48dddf1946e67f85f0 | |
parent | 9d037ad707ed6069fbea4e38e6ee37e027b13f1d [diff] |
ide: cleanup ->prep_rq calling convention The return value is just used as a binary yes/no decision, so switch it to a bool instead of the old BLKPREP_* values returned as an int. Also clean up a few related comments. Reviewed-by: Bart Van Assche <bvanassche@acm.org> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>