Whamcloud - gitweb
EX-7601 osc: allow multiple chunks in read
authorPatrick Farrell <pfarrell@whamcloud.com>
Thu, 16 Nov 2023 23:26:26 +0000 (18:26 -0500)
committerAndreas Dilger <adilger@whamcloud.com>
Mon, 27 Nov 2023 18:38:03 +0000 (18:38 +0000)
commit0445d361b2a4e535f3a06ab2bdd185104b6a5a14
tree4f17f2a6c2cd7a81bc74cee4b85ff33370b819bd
parent8a91091b9c37272525176e83518b0249d66a79e3
EX-7601 osc: allow multiple chunks in read

It's rare, but reads can sometimes have multiple
discontiguous chunks.  Update decompress_request to
handle this case.

Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: I880af95db285dce76db3610e8140a0f54baa401b
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/53159
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Artem Blagodarenko <ablagodarenko@ddn.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/osc/osc_compress.c