Skip to content

Commit

Permalink
[BLOCK] Correct blk_execute_rq_nowait() prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Axboe committed Jan 6, 2006
1 parent ff5b8cf commit 15fc858
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/linux/blkdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -613,8 +613,7 @@ extern int blk_rq_map_user_iov(request_queue_t *, struct request *, struct sg_io
extern int blk_execute_rq(request_queue_t *, struct gendisk *,
struct request *, int);
extern void blk_execute_rq_nowait(request_queue_t *, struct gendisk *,
struct request *, int,
void (*done)(struct request *));
struct request *, int, rq_end_io_fn *);

static inline request_queue_t *bdev_get_queue(struct block_device *bdev)
{
Expand Down

0 comments on commit 15fc858

Please sign in to comment.