On Wed, Jan 27, 2021 at 03:59:30PM +0100, Guoqing Jiang wrote: > + if (blk_queue_io_extra_stat(req->q)) > + blk_additional_sector(req->part, sgrp, bytes >> SECTOR_SHIFT); This is completely unreadable due to the long line.
On Wed, Jan 27, 2021 at 03:59:30PM +0100, Guoqing Jiang wrote: > + if (blk_queue_io_extra_stat(req->q)) > + blk_additional_sector(req->part, sgrp, bytes >> SECTOR_SHIFT); This is completely unreadable due to the long line.