diff options
author | Mike Snitzer <snitzer@redhat.com> | 2015-05-11 14:06:32 -0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2015-05-12 17:21:22 -0400 |
commit | 336b7e1f230912cd8df2497be8dd7be4647d8fc8 (patch) | |
tree | 2cf89c0760d85e928a01e597cabd70fa743f413c /include | |
parent | 4cfceaf0c087f47033f5e61a801f4136d6fb68c6 (diff) | |
download | linux-336b7e1f230912cd8df2497be8dd7be4647d8fc8.tar.bz2 |
block: remove export for blk_queue_bio
With commit ff36ab345 ("dm: remove request-based logic from
make_request_fn wrapper") DM no longer calls blk_queue_bio() directly,
so remove its export. Doing so required a forward declaration in
blk-core.c.
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 7f9a516f24de..5d93a6645e88 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -821,8 +821,6 @@ extern int scsi_cmd_ioctl(struct request_queue *, struct gendisk *, fmode_t, extern int sg_scsi_ioctl(struct request_queue *, struct gendisk *, fmode_t, struct scsi_ioctl_command __user *); -extern void blk_queue_bio(struct request_queue *q, struct bio *bio); - /* * A queue has just exitted congestion. Note this in the global counter of * congested queues, and wake up anyone who was waiting for requests to be |