]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
nvmet-fcloop: remove unused lsdir member.
authorDaniel Wagner <wagi@kernel.org>
Tue, 28 Oct 2025 15:26:23 +0000 (16:26 +0100)
committerKeith Busch <kbusch@kernel.org>
Thu, 4 Dec 2025 22:46:11 +0000 (14:46 -0800)
Nothing is using lsdir member in struct fcloop_lsreq.

Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Daniel Wagner <wagi@kernel.org>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/target/fcloop.c

index 4e429a1ea2bd125c07cf17c972d4f34a94ccca70..c30e9a3e014fb19008c9290fc0b1b1ab685d723a 100644 (file)
@@ -254,7 +254,6 @@ struct fcloop_nport {
 struct fcloop_lsreq {
        struct nvmefc_ls_req            *lsreq;
        struct nvmefc_ls_rsp            ls_rsp;
-       int                             lsdir;  /* H2T or T2H */
        int                             status;
        struct list_head                ls_list; /* fcloop_rport->ls_list */
 };