Re: [PATCH 13/19] net: split out functions related to registering inflight socket files
From: Jens Axboe <axboe@kernel.dk>
Date: 2019-02-08 19:51:50
Also in:
linux-block, netdev
From: Jens Axboe <axboe@kernel.dk>
Date: 2019-02-08 19:51:50
Also in:
linux-block, netdev
On 2/8/19 12:49 PM, David Miller wrote:
From: Jens Axboe <axboe@kernel.dk> Date: Fri, 8 Feb 2019 10:34:17 -0700quoted
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. Cc: netdev@vger.kernel.org Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Jens Axboe <axboe@kernel.dk>No objections on my end, feel free to merge this in with your series. Acked-by: David S. Miller <davem@davemloft.net>
Great, thanks Dave! I'll add your ack. -- Jens Axboe