[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAGXu5j+mtd5Vkjuv-UxZO3TA7wNhi902WdPP5dqa_s83NmarSg@mail.gmail.com>
Date:   Thu, 23 Mar 2017 12:22:45 -0700
From:   Kees Cook <keescook@...omium.org>
To:     Geliang Tang <geliangtang@...il.com>
Cc:     Anton Vorontsov <anton@...msg.org>,
        Colin Cross <ccross@...roid.com>,
        Tony Luck <tony.luck@...el.com>,
        LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] pstore: remove unused vmalloc.h in pmsg
On Thu, Mar 23, 2017 at 6:15 AM, Geliang Tang <geliangtang@...il.com> wrote:
> Since the vmalloc code has been removed from write_pmsg() in the commit
> "5bf6d1b pstore/pmsg: drop bounce buffer", remove the unused header
> vmalloc.h.
>
> Signed-off-by: Geliang Tang <geliangtang@...il.com>
Thanks! Applied for v4.12.
-Kees
> ---
>  fs/pstore/pmsg.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/fs/pstore/pmsg.c b/fs/pstore/pmsg.c
> index c16a247..209755e 100644
> --- a/fs/pstore/pmsg.c
> +++ b/fs/pstore/pmsg.c
> @@ -15,7 +15,6 @@
>  #include <linux/device.h>
>  #include <linux/fs.h>
>  #include <linux/uaccess.h>
> -#include <linux/vmalloc.h>
>  #include "internal.h"
>
>  static DEFINE_MUTEX(pmsg_lock);
> --
> 2.9.3
>
-- 
Kees Cook
Pixel Security
Powered by blists - more mailing lists