]> git.baikalelectronics.ru Git - kernel.git/commit
md: update the optimal I/O size on reshape
authorChristoph Hellwig <hch@lst.de>
Thu, 24 Sep 2020 06:51:33 +0000 (08:51 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 24 Sep 2020 19:43:39 +0000 (13:43 -0600)
commit5ba3722f11a8083de569a7e624feb78561e3ae76
treefb7a247ab98244ef62a49a3349324951f3222c3c
parentf6922605c9461bcd365bed59fcefafe35a5640bc
md: update the optimal I/O size on reshape

The raid5 and raid10 drivers currently update the read-ahead size,
but not the optimal I/O size on reshape.  To prepare for deriving the
read-ahead size from the optimal I/O size make sure it is updated
as well.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Acked-by: Song Liu <song@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/raid10.c
drivers/md/raid5.c