Eric Biggers <ebiggers@xxxxxxxxxx> wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > crypto_skcipher_encrypt() and crypto_skcipher_decrypt() have grown to be > more than a single indirect function call. They now also check whether > a key has been set, and with CONFIG_CRYPTO_STATS=y they also update the > crypto statistics. That can add up to a lot of bloat at every call > site. Moreover, these always involve a function call anyway, which > greatly limits the benefits of inlining. > > So change them to be non-inline. > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > --- > crypto/skcipher.c | 34 ++++++++++++++++++++++++++++++++++ > include/crypto/skcipher.h | 32 ++------------------------------ > 2 files changed, 36 insertions(+), 30 deletions(-) Patch applied. Thanks. -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt