Skip to content
Commit 1962da0d authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

aio: try to complete poll iocbs without context switch



If we can acquire ctx_lock without spinning we can just remove our
iocb from the active_reqs list, and thus complete the iocbs from the
wakeup context.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 2c14fa83
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment