diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2009-05-17 12:00:01 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-05-19 06:14:56 -0400 |
commit | a411f4bbb89f1f08687b344064d6775bce1e4658 (patch) | |
tree | 8898f98285e712f8b5bb99db184bc1a21b1a643c /block/blk-map.c | |
parent | c29b70f6ee4f2fa3ef07f55bc9082945861e5391 (diff) |
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-map.c')
-rw-r--r-- | block/blk-map.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk-map.c b/block/blk-map.c index caa05a667743..ef2492adca7e 100644 --- a/block/blk-map.c +++ b/block/blk-map.c | |||
@@ -24,7 +24,6 @@ int blk_rq_append_bio(struct request_queue *q, struct request *rq, | |||
24 | } | 24 | } |
25 | return 0; | 25 | return 0; |
26 | } | 26 | } |
27 | EXPORT_SYMBOL(blk_rq_append_bio); | ||
28 | 27 | ||
29 | static int __blk_rq_unmap_user(struct bio *bio) | 28 | static int __blk_rq_unmap_user(struct bio *bio) |
30 | { | 29 | { |