[PATCH RESEND] elevator: remove second argument in elevator_init()

2016-10-10 Thread Alexey Klimov
Last user of elevator_init() with non-NULL name as second argument that supposed to be s390 dasd driver has gone few releases ago. Drivers rely on elevator_change(), elevator_switch() and friends for example. Right now elevator_init() is always called as elevator_init(q, NULL). Patch removes

Re: [PATCH v2 2/2] block: Add iocontext priority to request

2016-10-10 Thread Adam Manzanares
Hello Jeff, The 10/06/2016 15:46, Jeff Moyer wrote: > Hi, Adam, > > Adam Manzanares writes: > > > Patch adds an association between iocontext ioprio and the ioprio of > > a request. This feature is only enabled if a queue flag is set to > > indicate that requests

[PATCH] softirq: Display IRQ_POLL for irq-poll statistics

2016-10-10 Thread Sagi Grimberg
This library was moved to the generic area and was renamed to irq-poll. Hence, update proc/softirqs output accordingly. Signed-off-by: Sagi Grimberg --- kernel/softirq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/softirq.c b/kernel/softirq.c