diff options
| author | Tejun Heo <tj@kernel.org> | 2009-04-22 22:05:18 -0400 |
|---|---|---|
| committer | Jens Axboe <jens.axboe@oracle.com> | 2009-04-28 01:37:34 -0400 |
| commit | 0b302d5aa7975006fa2ec3d66386610b9b36c669 (patch) | |
| tree | bba5de7b377ad167c4291cbdfd203ca7616d696d /include | |
| parent | 158dbda0068e63c7cce7bd47c123bd1dfa5a902c (diff) | |
block: kill blk_end_request_callback()
With recent IDE updates, blk_end_request_callback() doesn't have any
user now. Kill it.
[ Impact: removal of unused convoluted interface ]
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/blkdev.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 156ffd9de967..1fa9dcf9aa6a 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
| @@ -855,9 +855,6 @@ extern int __blk_end_request(struct request *rq, int error, | |||
| 855 | extern int blk_end_bidi_request(struct request *rq, int error, | 855 | extern int blk_end_bidi_request(struct request *rq, int error, |
| 856 | unsigned int nr_bytes, unsigned int bidi_bytes); | 856 | unsigned int nr_bytes, unsigned int bidi_bytes); |
| 857 | extern void end_request(struct request *, int); | 857 | extern void end_request(struct request *, int); |
| 858 | extern int blk_end_request_callback(struct request *rq, int error, | ||
| 859 | unsigned int nr_bytes, | ||
| 860 | int (drv_callback)(struct request *)); | ||
| 861 | extern void blk_complete_request(struct request *); | 858 | extern void blk_complete_request(struct request *); |
| 862 | extern void __blk_complete_request(struct request *); | 859 | extern void __blk_complete_request(struct request *); |
| 863 | extern void blk_abort_request(struct request *); | 860 | extern void blk_abort_request(struct request *); |
