crypto: acomp - Be more careful with request flags
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 13 Feb 2023 03:10:05 +0000 (11:10 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 10 Mar 2023 11:10:09 +0000 (19:10 +0800)
commit4c9edf17c0b44655c565b59a956161a2ee125cca
treec0b815de500f17f9efd655c384681ef4298cff4d
parentfe15c26ee26efa11741a7b632e9f23b01aca4cc6
crypto: acomp - Be more careful with request flags

The request flags for acompress is split into two parts.  Part of
it may be set by the user while the other part (ALLOC_OUTPUT) is
managed by the API.

This patch makes the split more explicit by not touching the other
bits at all in the two "set" functions that let the user modify the
flags.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
include/crypto/acompress.h