aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-06-26 12:39:01 +0200
committerJens Axboe <axboe@kernel.dk>2017-06-28 08:14:13 -0600
commit942fbab4cdca06238e256e89e170090a4a412b17 (patch)
tree519f9bd2992c05727aff658f53a6f5270b958910 /drivers/nvme
parentnvme: explicitly disable APST on quirked devices (diff)
downloadlinux-dev-942fbab4cdca06238e256e89e170090a4a412b17.tar.xz
linux-dev-942fbab4cdca06238e256e89e170090a4a412b17.zip
nvme: remove a misleading comment on struct nvme_ns
While a NVMe Namespace is somewhat similar to a SCSI Logical Unit (and not a Logical Unit Number anyway) there are subtile differences. Remove the misleading comment. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Sagi Grimberg <sagi@grmberg.me> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Reviewed-by: Max Gurtovoy <maxg@mellanox.com> Signed-off-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/nvme')
-rw-r--r--drivers/nvme/host/nvme.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/nvme/host/nvme.h b/drivers/nvme/host/nvme.h
index b74f954eac66..aa4c3576a201 100644
--- a/drivers/nvme/host/nvme.h
+++ b/drivers/nvme/host/nvme.h
@@ -182,9 +182,6 @@ struct nvme_ctrl {
struct nvmf_ctrl_options *opts;
};
-/*
- * An NVM Express namespace is equivalent to a SCSI LUN
- */
struct nvme_ns {
struct list_head list;