nvmet-tcp: allocate socket file
authorHannes Reinecke <hare@suse.de>
Thu, 24 Aug 2023 14:39:21 +0000 (16:39 +0200)
committerKeith Busch <kbusch@kernel.org>
Wed, 11 Oct 2023 17:29:59 +0000 (10:29 -0700)
commit79a4f186ad37423996e7835e9d3d6055ff1a181d
tree5e6acc66c916edc0cb74cba2f1037b09b5e635d3
parent4f8cce2d32a3011bff8c8a4bbc69bca5a7bdd030
nvmet-tcp: allocate socket file

For the TLS upcall we need to allocate a socket file such
that the userspace daemon is able to use the socket.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/target/tcp.c