diff options
| author | Daniel Wagner <wagi@kernel.org> | 2025-10-28 16:26:23 +0100 |
|---|---|---|
| committer | Keith Busch <kbusch@kernel.org> | 2025-12-04 14:46:11 -0800 |
| commit | 86ef6f7fc7412e462a4e9ae7490862dfee06b913 (patch) | |
| tree | c556bc9021c1a69c794e6abca583701ee8ae18ea | |
| parent | f9929c518de861716117e52c363d140e0156e9ad (diff) | |
nvmet-fcloop: remove unused lsdir member.
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>
| -rw-r--r-- | drivers/nvme/target/fcloop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nvme/target/fcloop.c b/drivers/nvme/target/fcloop.c index 4e429a1ea2bd..c30e9a3e014f 100644 --- a/drivers/nvme/target/fcloop.c +++ b/drivers/nvme/target/fcloop.c @@ -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 */ }; |
