]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - crypto/seqiv.c
ceph: quota: update MDS when max_bytes is approaching
[mirror_ubuntu-bionic-kernel.git] / crypto / seqiv.c
index c7049231861f06f8339c3d3afa286b4a384b832d..570b7d1aa0cac1a61662827c5647ac4358129c00 100644 (file)
@@ -153,8 +153,6 @@ static int seqiv_aead_create(struct crypto_template *tmpl, struct rtattr **tb)
        if (IS_ERR(inst))
                return PTR_ERR(inst);
 
-       inst->alg.base.cra_alignmask |= __alignof__(u32) - 1;
-
        spawn = aead_instance_ctx(inst);
        alg = crypto_spawn_aead_alg(spawn);