-
- Downloads
net: split out functions related to registering inflight socket files
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>
Showing
- include/net/af_unix.h 1 addition, 0 deletionsinclude/net/af_unix.h
- net/Makefile 1 addition, 1 deletionnet/Makefile
- net/unix/Kconfig 5 additions, 0 deletionsnet/unix/Kconfig
- net/unix/Makefile 2 additions, 0 deletionsnet/unix/Makefile
- net/unix/af_unix.c 2 additions, 61 deletionsnet/unix/af_unix.c
- net/unix/garbage.c 2 additions, 69 deletionsnet/unix/garbage.c
- net/unix/scm.c 151 additions, 0 deletionsnet/unix/scm.c
- net/unix/scm.h 10 additions, 0 deletionsnet/unix/scm.h
Loading
Please register or sign in to comment