Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Daniel Wagner and committed by
Keith Busch
86ef6f7f f9929c51

-1
-1
drivers/nvme/target/fcloop.c
··· 254 254 struct fcloop_lsreq { 255 255 struct nvmefc_ls_req *lsreq; 256 256 struct nvmefc_ls_rsp ls_rsp; 257 - int lsdir; /* H2T or T2H */ 258 257 int status; 259 258 struct list_head ls_list; /* fcloop_rport->ls_list */ 260 259 };