diff options
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 63fe7542b3fa..029b7097f9e5 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -728,6 +728,8 @@ static inline void blk_run_address_space(struct address_space *mapping) | |||
728 | */ | 728 | */ |
729 | extern int blk_end_request(struct request *rq, int error, int nr_bytes); | 729 | extern int blk_end_request(struct request *rq, int error, int nr_bytes); |
730 | extern int __blk_end_request(struct request *rq, int error, int nr_bytes); | 730 | extern int __blk_end_request(struct request *rq, int error, int nr_bytes); |
731 | extern int blk_end_bidi_request(struct request *rq, int error, int nr_bytes, | ||
732 | int bidi_bytes); | ||
731 | extern int end_that_request_first(struct request *, int, int); | 733 | extern int end_that_request_first(struct request *, int, int); |
732 | extern int end_that_request_chunk(struct request *, int, int); | 734 | extern int end_that_request_chunk(struct request *, int, int); |
733 | extern void end_that_request_last(struct request *, int); | 735 | extern void end_that_request_last(struct request *, int); |