summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
diff options
context:
space:
mode:
authorAlexander Viro <viro@math.psu.edu>2002-04-30 19:58:26 -0700
committerLinus Torvalds <torvalds@home.transmeta.com>2002-04-30 19:58:26 -0700
commit2cd8916bfe96a0e4144c2a50ac93c3c892360663 (patch)
tree597e948d9ef8744595bf9b4eeeb54f4f942322ba /include/linux/blkdev.h
parentde6285663de5541bfaf16fe5597777359e15727c (diff)
[PATCH] (6/6) blksize_size[] removal
- switch blk_get_ra_pages() to struct block_device *, move its use from bdget() to do_open().
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r--include/linux/blkdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h
index f747fb405f01..372af31e3706 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -310,7 +310,7 @@ extern void blk_queue_hardsect_size(request_queue_t *q, unsigned short);
extern void blk_queue_segment_boundary(request_queue_t *q, unsigned long);
extern void blk_queue_assign_lock(request_queue_t *q, spinlock_t *);
extern void blk_queue_prep_rq(request_queue_t *q, prep_rq_fn *pfn);
-extern unsigned long *blk_get_ra_pages(kdev_t kdev);
+extern unsigned long *blk_get_ra_pages(struct block_device *bdev);
extern int blk_rq_map_sg(request_queue_t *, struct request *, struct scatterlist *);
extern void blk_dump_rq_flags(struct request *, char *);