mbox series

[PATCHSET,0/2] Drop remnants of SCM_RIGHTS support

Message ID 20231219194401.591059-1-axboe@kernel.dk (mailing list archive)
Headers show
Series Drop remnants of SCM_RIGHTS support | expand

Message

Jens Axboe Dec. 19, 2023, 7:42 p.m. UTC
Hi,

Since we dropped support for SCM_RIGHTS passing of io_uring fds, we know
have some code that is no longer enabled. Drop it like a bad habbit.

 include/linux/io_uring.h       |  10 +-
 include/linux/io_uring_types.h |   3 -
 io_uring/filetable.c           |  11 +--
 io_uring/io_uring.c            |  45 +--------
 io_uring/io_uring.h            |   1 -
 io_uring/rsrc.c                | 169 +--------------------------------
 io_uring/rsrc.h                |  15 ---
 net/core/scm.c                 |   2 +-
 net/unix/scm.c                 |   4 +-
 9 files changed, 17 insertions(+), 243 deletions(-)