projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0866200
)
nvme: remove nvm_ndev from ns
author
Keith Busch
<kbusch@kernel.org>
Mon, 16 Aug 2021 16:24:52 +0000
(09:24 -0700)
committer
Christoph Hellwig
<hch@lst.de>
Mon, 16 Aug 2021 19:03:18 +0000
(21:03 +0200)
Now that the lightnvm driver is removed, we don't need a pointer to it's
now non-existent struct.
Signed-off-by: Keith Busch <kbusch@kernel.org>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/nvme.h
patch
|
blob
|
history
diff --git
a/drivers/nvme/host/nvme.h
b/drivers/nvme/host/nvme.h
index 57d2ac00a6bd6a26467256314411282b9e5035f3..37c5ef5a333140c53867c34f019c4e5d329cd011 100644
(file)
--- a/
drivers/nvme/host/nvme.h
+++ b/
drivers/nvme/host/nvme.h
@@
-444,7
+444,6
@@
struct nvme_ns {
u32 ana_grpid;
#endif
struct list_head siblings;
- struct nvm_dev *ndev;
struct kref kref;
struct nvme_ns_head *head;