The patch titled Standalone inclusion elevator.h has been removed from the -mm tree. Its filename is standalone-inclusion-elevatorh.patch This patch was dropped because it was nacked by the maintainer ------------------------------------------------------ Subject: Standalone inclusion elevator.h From: Jan Engelhardt <jengelh@xxxxxxxxxxxxxxx> Make it possible to include elevator.h standalone (e.g. as the first file of a row of #includes). (cdemu for example only requires elv_requeue_request and therefore only needs elevtor.h.) Signed-off-by: Jan Engelhardt <jengelh@xxxxxx> Cc: Jens Axboe <axboe@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/elevator.h | 6 ++++++ 1 files changed, 6 insertions(+) diff -puN include/linux/elevator.h~standalone-inclusion-elevatorh include/linux/elevator.h --- 25/include/linux/elevator.h~standalone-inclusion-elevatorh Tue Jun 20 15:14:23 2006 +++ 25-akpm/include/linux/elevator.h Tue Jun 20 15:14:23 2006 @@ -1,6 +1,12 @@ #ifndef _LINUX_ELEVATOR_H #define _LINUX_ELEVATOR_H +#include <linux/blkdev.h> +#include <linux/types.h> + +struct bio; +struct request; + typedef int (elevator_merge_fn) (request_queue_t *, struct request **, struct bio *); _ Patches currently in -mm which might be from jengelh@xxxxxxxxxxxxxxx are lsm-add-task_setioprio-hook.patch update-devicestxt.patch printk-time-parameter.patch fuse-use-misc_major.patch standalone-inclusion-elevatorh.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html