summaryrefslogtreecommitdiff
path: root/crypto/wp512.c
diff options
context:
space:
mode:
authorPavel Begunkov <asml.silence@gmail.com>2021-05-16 22:58:10 +0100
committerJens Axboe <axboe@kernel.dk>2021-06-14 08:23:05 -0600
commit8f6ed49a4443be35a11807695dbae2680f7ca6fc (patch)
treebcfeb9e301ec27ae864684f0351d286d7e8b4bce /crypto/wp512.c
parentea5ab3b579836d784357ae9cb5bf9d7242a645b9 (diff)
io_uring: kill cached_cq_overflow
There are two copies of cq_overflow, shared with userspace and internal cached one. It was needed for DRAIN accounting, but now we have yet another knob to tune the accounting, i.e. cq_extra, and we can throw away the internal counter and just increment the one in the shared ring. If user modifies it as so never gets the right overflow value ever again, it's its problem, even though before we would have restored it back by next overflow. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/8427965f5175dd051febc63804909861109ce859.1621201931.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'crypto/wp512.c')
0 files changed, 0 insertions, 0 deletions