diff options
| author | Jens Axboe <axboe@kernel.dk> | 2023-12-19 12:36:34 -0700 |
|---|---|---|
| committer | Sasha Levin <sashal@kernel.org> | 2024-03-26 18:19:09 -0400 |
| commit | 6fc19b3d8a45ff0e5d50ec8184cee1d5eac1a8ba (patch) | |
| tree | 8e49adea8b247eda4cc8fa2d3e2ac6b95f3b741b /include/linux | |
| parent | 303c0a13833f84926a74e4fe10bf229def255f60 (diff) | |
io_uring: drop any code related to SCM_RIGHTS
This is dead code after we dropped support for passing io_uring fds
over SCM_RIGHTS, get rid of it.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/io_uring_types.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/io_uring_types.h b/include/linux/io_uring_types.h index 5fd664fb71c8..731beb3198c4 100644 --- a/include/linux/io_uring_types.h +++ b/include/linux/io_uring_types.h @@ -347,9 +347,6 @@ struct io_ring_ctx { struct list_head io_buffers_pages; - #if defined(CONFIG_UNIX) - struct socket *ring_sock; - #endif /* hashed buffered write serialization */ struct io_wq_hash *hash_map; |
