X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Fcrypto%2Fmcryptd.h;h=b67404fc4b34bab495086b4b1e969f53a0921b39;hb=b317f2e5b2a5f0df345563fd2926ae960d33e319;hp=cceafa01f9073293cf4e813247b54bbe094728e3;hpb=2480ee716ae43d76d0c9ec0a2e0c1299c475f350;p=mirror_ubuntu-bionic-kernel.git diff --git a/include/crypto/mcryptd.h b/include/crypto/mcryptd.h index cceafa01f907..b67404fc4b34 100644 --- a/include/crypto/mcryptd.h +++ b/include/crypto/mcryptd.h @@ -27,6 +27,7 @@ static inline struct mcryptd_ahash *__mcryptd_ahash_cast( struct mcryptd_cpu_queue { struct crypto_queue queue; + spinlock_t q_lock; struct work_struct work; };