]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
libceph: stop checking crypto_shash_alignmask
authorEric Biggers <ebiggers@google.com>
Thu, 19 Oct 2023 05:53:38 +0000 (22:53 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 27 Oct 2023 10:04:25 +0000 (18:04 +0800)
commit69dde0a1fa9a45faf2d863cfc0deb1e82ba5c7a9
tree1f3c364ba8c1fbbe06467e7142b7b4b827fc553c
parent345bfa3c10ced43281877ce68ae7b3bf360afc76
libceph: stop checking crypto_shash_alignmask

Now that the shash algorithm type does not support nonzero alignmasks,
crypto_shash_alignmask() always returns 0 and will be removed.  In
preparation for this, stop checking crypto_shash_alignmask() in
net/ceph/messenger_v2.c.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
net/ceph/messenger_v2.c