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-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html