nvme-tcp: allocate socket file
authorHannes Reinecke <hare@suse.de>
Thu, 24 Aug 2023 14:39:14 +0000 (16:39 +0200)
committerKeith Busch <kbusch@kernel.org>
Wed, 11 Oct 2023 17:11:55 +0000 (10:11 -0700)
commite40d4eb84089eae14a3396ba8b0db7b1f24ef2f8
tree277e3d80a9e825fb3786ef6f188816de58186c1d
parent037c34318a479294cdb98dc8018edd5d191b68c0
nvme-tcp: allocate socket file

When using 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/host/tcp.c