Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-30 | io_uring: move io_uring_get_socket() into io_uring.h | Jens Axboe | |
Now we have a io_uring kernel header, move this definition out of fs.h and into io_uring.h where it belongs. Signed-off-by: Jens Axboe <axboe@kernel.dk> | |||
2019-02-28 | net: split out functions related to registering inflight socket files | Jens Axboe | |
We need this functionality for the io_uring file registration, but we cannot rely on it since CONFIG_UNIX can be modular. Move the helpers to a separate file, that's always builtin to the kernel if CONFIG_UNIX is m/y. No functional changes in this patch, just moving code around. Reviewed-by: Hannes Reinecke <hare@suse.com> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Jens Axboe <axboe@kernel.dk> |