From: Jens Axboe Date: Tue, 24 Jul 2007 08:29:42 +0000 (+0200) Subject: [BLOCK] Add request_queue_t and mark it deprecated X-Git-Tag: v2.6.23-rc2~298^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71f65e6bd7651610d2d6aeb3c12aab63667ace30;p=thirdparty%2Flinux.git [BLOCK] Add request_queue_t and mark it deprecated Andrew thinks I should be nice and allow outside code to at least just compile, so add the request_queue_t typedef back and mark it deprecated. It'll warn people that this type is going away soonish. Signed-off-by: Jens Axboe --- diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 4be37de020523..a1c96d9ee720c 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -37,6 +37,7 @@ struct scsi_ioctl_command; struct request_queue; +typedef struct request_queue request_queue_t __deprecated; struct elevator_queue; typedef struct elevator_queue elevator_t; struct request_pm_state;