From: akinobu.mita@gmail.com (Akinobu Mita)
Subject: [PATCH] nvme-cli: remove unused NVME_AER_NOTICE_*
Date: Fri, 17 May 2019 01:41:29 +0900 [thread overview]
Message-ID: <1558024889-9474-1-git-send-email-akinobu.mita@gmail.com> (raw)
NVME_AER_NOTICE_* are unused and these values conflict with the values
defined in the kernel nvme.h.
Cc: Keith Busch <keith.busch at intel.com>
Signed-off-by: Akinobu Mita <akinobu.mita at gmail.com>
---
linux/nvme.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/linux/nvme.h b/linux/nvme.h
index cac4d19..13fa52a 100644
--- a/linux/nvme.h
+++ b/linux/nvme.h
@@ -589,9 +589,6 @@ enum {
NVME_AER_SMART = 1,
NVME_AER_CSS = 6,
NVME_AER_VS = 7,
- NVME_AER_NOTICE_NS_CHANGED = 0x0002,
- NVME_AER_NOTICE_ANA = 0x0003,
- NVME_AER_NOTICE_FW_ACT_STARTING = 0x0102,
};
struct nvme_lba_range_type {
--
2.7.4
next reply other threads:[~2019-05-16 16:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-16 16:41 Akinobu Mita [this message]
2019-05-16 16:51 ` [PATCH] nvme-cli: remove unused NVME_AER_NOTICE_* Minwoo Im
2019-05-16 23:11 ` Chaitanya Kulkarni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1558024889-9474-1-git-send-email-akinobu.mita@gmail.com \
--to=akinobu.mita@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.