diff options
author | Christoph Hellwig <hch@lst.de> | 2017-04-12 06:13:58 -0400 |
---|---|---|
committer | Jens Axboe <axboe@fb.com> | 2017-04-19 12:19:45 -0400 |
commit | fa1a15c08e23cb89c5837915b1989909bce47456 (patch) | |
tree | 81479d87f5e118553a9638b7aa06f78da63d7772 /include/linux/blkdev.h | |
parent | 314fe91b4a99949bb720501ba74d2228093bbf47 (diff) |
block: remove blk_end_request_cur
This function is not used anywhere in the kernel.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index cca704c80b01..5b52b3d7818c 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h | |||
@@ -1126,7 +1126,6 @@ extern void blk_finish_request(struct request *rq, int error); | |||
1126 | extern bool blk_end_request(struct request *rq, int error, | 1126 | extern bool blk_end_request(struct request *rq, int error, |
1127 | unsigned int nr_bytes); | 1127 | unsigned int nr_bytes); |
1128 | extern void blk_end_request_all(struct request *rq, int error); | 1128 | extern void blk_end_request_all(struct request *rq, int error); |
1129 | extern bool blk_end_request_cur(struct request *rq, int error); | ||
1130 | extern bool __blk_end_request(struct request *rq, int error, | 1129 | extern bool __blk_end_request(struct request *rq, int error, |
1131 | unsigned int nr_bytes); | 1130 | unsigned int nr_bytes); |
1132 | extern void __blk_end_request_all(struct request *rq, int error); | 1131 | extern void __blk_end_request_all(struct request *rq, int error); |