diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2009-05-17 19:00:01 +0300 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-05-19 12:14:56 +0200 |
commit | a411f4bbb89f1f08687b344064d6775bce1e4658 (patch) | |
tree | 8898f98285e712f8b5bb99db184bc1a21b1a643c /block/blk.h | |
parent | c29b70f6ee4f2fa3ef07f55bc9082945861e5391 (diff) | |
download | blackbird-op-linux-a411f4bbb89f1f08687b344064d6775bce1e4658.tar.gz blackbird-op-linux-a411f4bbb89f1f08687b344064d6775bce1e4658.zip |
block: Un-export blk_rq_append_bio
OSD was the last in-tree user of blk_rq_append_bio(). Now
that it is fixed blk_rq_append_bio is un-exported and
is only used internally by block layer.
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block/blk.h')
-rw-r--r-- | block/blk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/block/blk.h b/block/blk.h index 9e0042ca9495..c863ec2281e0 100644 --- a/block/blk.h +++ b/block/blk.h @@ -13,6 +13,8 @@ extern struct kobj_type blk_queue_ktype; void init_request_from_bio(struct request *req, struct bio *bio); void blk_rq_bio_prep(struct request_queue *q, struct request *rq, struct bio *bio); +int blk_rq_append_bio(struct request_queue *q, struct request *rq, + struct bio *bio); void blk_dequeue_request(struct request *rq); void __blk_queue_free_tags(struct request_queue *q); |