diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 9b53db06ad08..f3015e9b5ae3 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
| @@ -867,7 +867,7 @@ extern void blk_execute_rq_nowait(struct request_queue *, struct gendisk *, | |||
| 867 | int blk_status_to_errno(blk_status_t status); | 867 | int blk_status_to_errno(blk_status_t status); |
| 868 | blk_status_t errno_to_blk_status(int errno); | 868 | blk_status_t errno_to_blk_status(int errno); |
| 869 | 869 | ||
| 870 | bool blk_poll(struct request_queue *q, blk_qc_t cookie); | 870 | int blk_poll(struct request_queue *q, blk_qc_t cookie); |
| 871 | 871 | ||
| 872 | static inline struct request_queue *bdev_get_queue(struct block_device *bdev) | 872 | static inline struct request_queue *bdev_get_queue(struct block_device *bdev) |
| 873 | { | 873 | { |
