diff options
author | NeilBrown <neilb@suse.de> | 2007-08-16 07:31:28 -0400 |
---|---|---|
committer | Jens Axboe <axboe@carl.home.kernel.dk> | 2007-10-10 03:25:56 -0400 |
commit | 66846572bfb4ec62bcba260028cbbcbdb77bd636 (patch) | |
tree | 23a29655a22835a49bd1549524fc3b950a5bf261 /include/linux/blkdev.h | |
parent | 3001ca77128273cc5634d79f5306ce2e5a14ec41 (diff) |
Stop exporting blk_rq_bio_prep
blk_rq_bio_prep is exported for use in exactly
one place. That place can benefit from using
the new blk_rq_append_bio instead.
So
- change dm-emc to call blk_rq_append_bio
- stop exporting blk_rq_bio_prep, and
- initialise rq_disk in blk_rq_bio_prep,
as dm-emc needs it.
Signed-off-by: Neil Brown <neilb@suse.de>
diff .prev/block/ll_rw_blk.c ./block/ll_rw_blk.c
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 3021a5b1d392..492ac946391e 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -823,7 +823,6 @@ static inline struct request *blk_map_queue_find_tag(struct blk_queue_tag *bqt, | |||
823 | return bqt->tag_index[tag]; | 823 | return bqt->tag_index[tag]; |
824 | } | 824 | } |
825 | 825 | ||
826 | extern void blk_rq_bio_prep(struct request_queue *, struct request *, struct bio *); | ||
827 | extern int blkdev_issue_flush(struct block_device *, sector_t *); | 826 | extern int blkdev_issue_flush(struct block_device *, sector_t *); |
828 | 827 | ||
829 | #define MAX_PHYS_SEGMENTS 128 | 828 | #define MAX_PHYS_SEGMENTS 128 |