BLK_MIN_SG_TIMEOUT
return max_t(unsigned int, timeout, BLK_MIN_SG_TIMEOUT);
if (rq->timeout < BLK_MIN_SG_TIMEOUT)
rq->timeout = BLK_MIN_SG_TIMEOUT;