diff options
Diffstat (limited to 'fs/ecryptfs/crypto.c')
-rw-r--r-- | fs/ecryptfs/crypto.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ecryptfs/crypto.c b/fs/ecryptfs/crypto.c index f664da55234e..491cf5baa8c2 100644 --- a/fs/ecryptfs/crypto.c +++ b/fs/ecryptfs/crypto.c | |||
@@ -68,7 +68,6 @@ static int ecryptfs_hash_digest(struct crypto_shash *tfm, | |||
68 | int err; | 68 | int err; |
69 | 69 | ||
70 | desc->tfm = tfm; | 70 | desc->tfm = tfm; |
71 | desc->flags = CRYPTO_TFM_REQ_MAY_SLEEP; | ||
72 | err = crypto_shash_digest(desc, src, len, dst); | 71 | err = crypto_shash_digest(desc, src, len, dst); |
73 | shash_desc_zero(desc); | 72 | shash_desc_zero(desc); |
74 | return err; | 73 | return err; |