All of lore.kernel.org
 help / color / mirror / Atom feed
From: minwoo.im.dev@gmail.com (Minwoo Im)
Subject: [PATCH] nvme-cli: remove unused NVME_AER_NOTICE_*
Date: Fri, 17 May 2019 01:51:38 +0900	[thread overview]
Message-ID: <20190516165137.GG24001@minwooim-desktop> (raw)
In-Reply-To: <1558024889-9474-1-git-send-email-akinobu.mita@gmail.com>

> 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,
>  };

It looks like we can sync-up the header files sooner or later from the
kernel code to avoid kind of conflicts you mentioned.

Anyway,

Reviewed-by: Minwoo Im <minwoo.im.dev at gmail.com>

  reply	other threads:[~2019-05-16 16:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-16 16:41 [PATCH] nvme-cli: remove unused NVME_AER_NOTICE_* Akinobu Mita
2019-05-16 16:51 ` Minwoo Im [this message]
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=20190516165137.GG24001@minwooim-desktop \
    --to=minwoo.im.dev@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.