osd: move CMPEXT response munging into completion function
6f860ff8da36bd74954b5982ce4cc1741b34bcfe added functionality to munge
old (SES <= 4) cmpext requests and responses, to ensure that clients
weren't affected by the API change.
cmpext on EC support (
04cf38cc159479417562da36848537ee99892d7d), added
a cmpext asynchronous completion handler which broke response munging.
This change reinstates cmpext response munging, ensuring that the munged
request state is tracked through to the completion handler.
(bsc#
1047244).
Signed-off-by: David Disseldorp <ddiss@suse.de>