diff options
| author | Asias He <[email protected]> | 2012-06-14 09:04:07 +0200 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2012-06-15 08:46:23 +0200 |
| commit | 76aaa5101fffaef12b45b4c01ed0d0528f23dedf (patch) | |
| tree | f50fb22da33901b7acd7d63350b781238fd242c2 /include/linux | |
| parent | 5e5cfac0c622d42eff4fa308e91b3c9c1884b4f0 (diff) | |
block: Drop dead function blk_abort_queue()
This function was only used by btrfs code in btrfs_abort_devices()
(seems in a wrong way).
It was removed in commit d07eb9117050c9ed3f78296ebcc06128b52693be,
So, Let's remove the dead code to avoid any confusion.
Changes in v2: update commit log, btrfs_abort_devices() was removed
already.
Cc: Jens Axboe <[email protected]>
Cc: [email protected]
Cc: Chris Mason <[email protected]>
Cc: [email protected]
Cc: David Sterba <[email protected]>
Signed-off-by: Asias He <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'include/linux')
| -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 ba43f408baa3..07954b05b86c 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -827,7 +827,6 @@ extern bool __blk_end_request_err(struct request *rq, int error); extern void blk_complete_request(struct request *); extern void __blk_complete_request(struct request *); extern void blk_abort_request(struct request *); -extern void blk_abort_queue(struct request_queue *); extern void blk_unprep_request(struct request *); /* |