Commit 4fea593e authored by Joanne Koong's avatar Joanne Koong Committed by Miklos Szeredi
Browse files

fuse: optimize over-io-uring request expiration check



Currently, when checking whether a request has timed out, we check
fpq processing, but fuse-over-io-uring has one fpq per core and 256
entries in the processing table. For systems where there are a
large number of cores, this may be too much overhead.

Instead of checking the fpq processing list, check ent_w_req_queue
and ent_in_userspace.

Signed-off-by: default avatarJoanne Koong <joannelkoong@gmail.com>
Reviewed-by: default avatarBernd Schubert <bernd@bsbernd.com>
Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 03a3617f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment