X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=block%2Felevator.c;h=2bcbd8cc14d4b23780a3cfc262857a87f7c5d67e;hb=74668d283bb574ad7adaaea9150ce11f5d5708f0;hp=668394d185885bc3fcc878697878a4cb07be899e;hpb=52bc441ae7ecc2951d41fd72b63ce30ae51ba97c;p=karo-tx-linux.git diff --git a/block/elevator.c b/block/elevator.c index 668394d18588..2bcbd8cc14d4 100644 --- a/block/elevator.c +++ b/block/elevator.c @@ -155,7 +155,7 @@ struct elevator_queue *elevator_alloc(struct request_queue *q, { struct elevator_queue *eq; - eq = kmalloc_node(sizeof(*eq), GFP_KERNEL | __GFP_ZERO, q->node); + eq = kzalloc_node(sizeof(*eq), GFP_KERNEL, q->node); if (unlikely(!eq)) goto err;