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>
Loading
-
mentioned in commit 072dfad5
-
mentioned in commit e74f87f9
-
mentioned in commit 9b4541c9
-
mentioned in commit 233aa901
-
mentioned in commit 957d7476
-
mentioned in commit d1fbfd07
-
mentioned in commit c22a8a75
-
mentioned in commit 4eeb80a4
-
mentioned in commit 71f2c3c1
-
mentioned in commit 3129cab9
-
mentioned in commit f2fa21fe
-
mentioned in commit 0cfcaf9b
-
mentioned in commit 93c2151a
-
mentioned in commit 3fd07dbd
-
mentioned in commit badcdf24
-
mentioned in commit 51e39113
-
mentioned in commit f844181f
-
mentioned in commit 5db23adb
-
mentioned in commit 8c5d5145
-
mentioned in commit 5fb614e0
-
mentioned in commit ea4fc592
-
mentioned in commit b5eef27a
-
mentioned in commit fd95498c
-
mentioned in commit 3be3a430
-
mentioned in commit b077571d
Please sign in to comment