Whamcloud - gitweb
EX-7601 osc: variable cleanup in decompress_req
authorPatrick Farrell <pfarrell@whamcloud.com>
Mon, 13 Nov 2023 04:13:10 +0000 (23:13 -0500)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 24 Nov 2023 09:29:21 +0000 (09:29 +0000)
commit1e84dc633b20dea07d5304a9b2ba943ac7bd8fa5
tree4fb8f7e8cf6188ece67e951f54eb0f86951cba55
parent5e0287258c03cac4a7ace3ef5dba6aada3ded089
EX-7601 osc: variable cleanup in decompress_req

Use type and lvl variables in decompress_request.

Remove an unused variable and an assert which can never
fire.

Test-Parameters: trivial
Signed-off-by: Patrick Farrell <pfarrell@whamcloud.com>
Change-Id: Ieff57411a2a41215fd368d731614801bd0f43e38
Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/53107
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
lustre/osc/osc_compress.c