Signed-off-by: Sergey Senozhatsky <sergey.senozhat...@gmail.com>
---
 crypto/lz4.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/crypto/lz4.c b/crypto/lz4.c
index aefbcea..ca48de1 100644
--- a/crypto/lz4.c
+++ b/crypto/lz4.c
@@ -78,7 +78,8 @@ static int lz4_decompress_crypto(struct crypto_tfm *tfm, 
const u8 *src,
 
 static struct crypto_alg alg_lz4 = {
        .cra_name               = "lz4",
-       .cra_flags              = CRYPTO_ALG_TYPE_COMPRESS,
+       .cra_flags              = CRYPTO_ALG_TYPE_COMPRESS |
+               CRYPTO_ALG_TFM_MAY_SHARE,
        .cra_ctxsize            = sizeof(struct lz4_ctx),
        .cra_module             = THIS_MODULE,
        .cra_list               = LIST_HEAD_INIT(alg_lz4.cra_list),
-- 
2.6.0.rc2.10.gf4d9753

--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to