Skip to content
Snippets Groups Projects
Commit f3a2752a authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

aio: simplify KIOCB_KEY handling


No need to pass the key field to lookup_iocb to compare it with KIOCB_KEY,
as we can do that right after retrieving it from userspace.  Also move the
KIOCB_KEY definition to aio.c as it is an internal value not used by any
other place in the kernel.

Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent 3deb642f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment