> + ti->max_io_len = min_t(uint32_t, len,> + (BIO_MAX_PAGES * PAGE_SIZE));No need for the inner braces. Also all of the above fits nicelyonto a single < 80 char line.Otherwise this looks fine:Reviewed-by: Christoph Hellwig <hch@lst.de>