diff options
| author | Jens Axboe <axboe@suse.de> | 2002-09-29 22:33:53 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@penguin.transmeta.com> | 2002-09-29 22:33:53 -0700 |
| commit | b4b973889030e4bf30c3f67308bcc0af3cc9348e (patch) | |
| tree | 92f10c4de92e5e598c115a4944a04dc7629fe589 /include/linux/blkdev.h | |
| parent | 88a745f564b92ea5d1baa669c265066636ac6c44 (diff) | |
[PATCH] add function to set q->merge_bvec_fn
Add a function to set queue merge_bvec_fn to mimic the rest of the api,
and also add documentation for that and blk_queue_prep_rq().
Diffstat (limited to 'include/linux/blkdev.h')
| -rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 255001f6f433..b64f24427f6a 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -326,6 +326,7 @@ extern void blk_queue_hardsect_size(request_queue_t *, unsigned short); extern void blk_queue_segment_boundary(request_queue_t *, unsigned long); extern void blk_queue_assign_lock(request_queue_t *, spinlock_t *); extern void blk_queue_prep_rq(request_queue_t *, prep_rq_fn *pfn); +extern void blk_queue_merge_bvec(request_queue_t *, merge_bvec_fn *); extern struct backing_dev_info *blk_get_backing_dev_info(struct block_device *bdev); extern int blk_rq_map_sg(request_queue_t *, struct request *, struct scatterlist *); |
