Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1307112

Re: [PATCH] uapi: update install list after nvme.h rename

From Jiri Slaby <jslaby@suse.cz>
Newsgroups linux.kernel
Subject Re: [PATCH] uapi: update install list after nvme.h rename
Date 2016-01-12 09:50 +0100
Message-ID <qQ2Ol-6OM-17@gated-at.bofh.it> (permalink)
References <qPzjj-3EA-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 01/11/2016, 02:14 AM, Mike Frysinger wrote:
> Commit 9d99a8dda154 ("nvme: move hardware structures out of the uapi
> version of nvme.h") renamed nvme.h to nvme_ioctl.h, but the uapi list
> still refers to nvme.h.  People trying to install the headers hit a
> failure as the header no longer exists.

Wouldn't reverting the rename be nicer to userspace? So that the
filename is preserved and anybody who #included nvme.h still can do so?

> Cc: stable@vger.kernel.org
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
>  include/uapi/linux/Kbuild | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild
> index dc6172c..7bb6aeb 100644
> --- a/include/uapi/linux/Kbuild
> +++ b/include/uapi/linux/Kbuild
> @@ -307,7 +307,7 @@ header-y += nfs_mount.h
>  header-y += nl80211.h
>  header-y += n_r3964.h
>  header-y += nubus.h
> -header-y += nvme.h
> +header-y += nvme_ioctl.h
>  header-y += nvram.h
>  header-y += omap3isp.h
>  header-y += omapfb.h
> 


-- 
js
suse labs

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] uapi: update install list after nvme.h rename Mike Frysinger <vapier@gentoo.org> - 2016-01-11 02:20 +0100
  Re: [PATCH] uapi: update install list after nvme.h rename Jiri Slaby <jslaby@suse.cz> - 2016-01-12 09:50 +0100
    Re: [PATCH] uapi: update install list after nvme.h rename Mike Frysinger <vapier@gentoo.org> - 2016-01-14 02:20 +0100
      Re: [PATCH] uapi: update install list after nvme.h rename Jiri Slaby <jslaby@suse.cz> - 2016-01-14 09:30 +0100
        Re: [PATCH] uapi: update install list after nvme.h rename Jiri Slaby <jslaby@suse.cz> - 2016-01-14 09:40 +0100
  Re: [PATCH] uapi: update install list after nvme.h rename Christoph Hellwig <hch@lst.de> - 2016-01-12 16:20 +0100

csiph-web