MIN_IOPOLL_BURST_MAX
if (burst_max < MIN_IOPOLL_BURST_MAX)
burst_max = MIN_IOPOLL_BURST_MAX;
if (iopoll_burst_max < MIN_IOPOLL_BURST_MAX)
iopoll_burst_max = MIN_IOPOLL_BURST_MAX;