]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - crypto/algif_skcipher.c
kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()
[karo-tx-linux.git] / crypto / algif_skcipher.c
index 6a6dfc062d2a47f04449fbb0e1c3f3852be337dc..a19c027b29bde504ac8eae4b4572947a69ed2335 100644 (file)
@@ -378,6 +378,9 @@ static ssize_t skcipher_sendpage(struct socket *sock, struct page *page,
        struct skcipher_sg_list *sgl;
        int err = -EINVAL;
 
+       if (flags & MSG_SENDPAGE_NOTLAST)
+               flags |= MSG_MORE;
+
        lock_sock(sk);
        if (!ctx->more && ctx->used)
                goto unlock;