Skip to content

Commit 86ef6f7

Browse files
igawkeithbusch
authored andcommitted
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>
1 parent f9929c5 commit 86ef6f7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/nvme/target/fcloop.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ struct fcloop_nport {
254254
struct fcloop_lsreq {
255255
struct nvmefc_ls_req *lsreq;
256256
struct nvmefc_ls_rsp ls_rsp;
257-
int lsdir; /* H2T or T2H */
258257
int status;
259258
struct list_head ls_list; /* fcloop_rport->ls_list */
260259
};

0 commit comments

Comments
 (0)