And move the flags for the flags field near that field while touching
this area.

Signed-off-by: Christoph Hellwig <[email protected]>
---
 drivers/nvme/host/nvme.h | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/drivers/nvme/host/nvme.h b/drivers/nvme/host/nvme.h
index 2c8a02be46fd..82074b68f36f 100644
--- a/drivers/nvme/host/nvme.h
+++ b/drivers/nvme/host/nvme.h
@@ -210,13 +210,9 @@ struct nvme_ns {
        bool ext;
        u8 pi_type;
        unsigned long flags;
-       u16 noiob;
-
 #define NVME_NS_REMOVING 0
 #define NVME_NS_DEAD     1
-
-       u64 mode_select_num_blocks;
-       u32 mode_select_block_len;
+       u16 noiob;
 };
 
 struct nvme_ctrl_ops {
-- 
2.11.0

Reply via email to