Re: [PATCH 01/13] irq_poll: make blk-iopoll available outside the block layer

From: Bart Van Assche
Date: Thu Dec 10 2015 - 13:41:56 EST


On 12/07/2015 12:51 PM, Christoph Hellwig wrote:
-enum {
- IOPOLL_F_SCHED = 0,
- IOPOLL_F_DISABLE = 1,
-};

[ ... ]

+enum {
+ IRQ_POLL_F_SCHED = 0,
+ IRQ_POLL_F_DISABLE = 1,
+};

A nitpick: the values of these constants were aligned in the original code but no longer in the new code. Whether or not this gets addressed:

Reviewed-by: Bart Van Assche <bart.vanassche@xxxxxxxxxxx>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/