projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9929c5
)
nvmet-fcloop: remove unused lsdir member.
author
Daniel Wagner
<wagi@kernel.org>
Tue, 28 Oct 2025 15:26:23 +0000
(16:26 +0100)
committer
Keith 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
patch
|
blob
|
history
diff --git
a/drivers/nvme/target/fcloop.c
b/drivers/nvme/target/fcloop.c
index
4e429a1
..
c30e9a3
100644
(file)
--- 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 */
};