projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7797905
)
nvme: remove the unused NVME_NS_* enum
author
Christoph Hellwig
<hch@lst.de>
Mon, 16 Aug 2021 12:45:29 +0000
(14:45 +0200)
committer
Christoph Hellwig
<hch@lst.de>
Tue, 17 Aug 2021 04:20:17 +0000
(06:20 +0200)
These values are unused now that the lightnvm support is gone.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/nvme.h
patch
|
blob
|
history
diff --git
a/drivers/nvme/host/nvme.h
b/drivers/nvme/host/nvme.h
index 37c5ef5a333140c53867c34f019c4e5d329cd011..a2e1f298b217c4a1dae5cfe7fe890414e6c8422e 100644
(file)
--- a/
drivers/nvme/host/nvme.h
+++ b/
drivers/nvme/host/nvme.h
@@
-47,11
+47,6
@@
extern struct workqueue_struct *nvme_wq;
extern struct workqueue_struct *nvme_reset_wq;
extern struct workqueue_struct *nvme_delete_wq;
-enum {
- NVME_NS_LBA = 0,
- NVME_NS_LIGHTNVM = 1,
-};
-
/*
* List of workarounds for devices that required behavior not specified in
* the standard.