Skip to content

Commit

Permalink
nvme: Move ctrl sqsize to generic space
Browse files Browse the repository at this point in the history
This isn't specific to fabrics.

Signed-off-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
  • Loading branch information
Keith Busch authored and Sagi Grimberg committed Sep 26, 2019
1 parent 2b1ff25 commit f968688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/nvme/host/nvme.h
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ struct nvme_ctrl {
u16 oacs;
u16 nssa;
u16 nr_streams;
u16 sqsize;
u32 max_namespaces;
atomic_t abort_limit;
u8 vwc;
Expand Down Expand Up @@ -269,7 +270,6 @@ struct nvme_ctrl {
u16 hmmaxd;

/* Fabrics only */
u16 sqsize;
u32 ioccsz;
u32 iorcsz;
u16 icdoff;
Expand Down

0 comments on commit f968688

Please sign in to comment.