Whamcloud - gitweb
EX-7601 ofd: add chunk_size to preprw_write
authorPatrick Farrell <pfarrell@whamcloud.com>
Thu, 2 Nov 2023 21:37:43 +0000 (17:37 -0400)
committerAndreas Dilger <adilger@whamcloud.com>
Tue, 12 Dec 2023 04:03:12 +0000 (04:03 +0000)
commit6c852d0e8334b7a1085c37e731ec73e01d2d6d22
treee20f4d1a3844db7d142fe46b3034903bcfa07c07
parentae70a5b42dc4efae871fc7da568c34b26e4fa7a5
EX-7601 ofd: add chunk_size to preprw_write

preprw_write needs chunk size for rounding.  Add this in a
separate patch to keep things trivial, it will be used in
a subsequent patch.

This patch is really trivial on the write side, since the
read side already did most of this.  But it's being kept
separate for symmetry.

Test-Parameters: trivial
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: Id25957dbc185b6e61b7f208cee8cf5f897f03944
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/52962
Reviewed-by: Artem Blagodarenko <ablagodarenko@ddn.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
lustre/ofd/ofd_io.c
lustre/target/tgt_handler.c