mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 11:06:41 -05:00
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>
This commit is contained in:
committed by
Keith Busch
parent
f9929c518d
commit
86ef6f7fc7
@@ -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 */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user