lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 29 Mar 2017 17:43:48 -0400
From:   "J. Bruce Fields" <bfields@...ldses.org>
To:     Geliang Tang <geliangtang@...il.com>
Cc:     Jeff Layton <jlayton@...chiereds.net>,
        linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fs: drop duplicate header percpu-rwsem.h

Fine by me, but I'm not sure why you're sending it to us.

Looks at MAINTAINERS....

Oh, I see, include/linux/fs.h is under "FILE LOCKING".  Hm.  Anyway,
this one's probably for Al Viro.

--b.

On Fri, Mar 24, 2017 at 10:13:36PM +0800, Geliang Tang wrote:
> Drop duplicate header percpu-rwsem.h from linux/fs.h.
> 
> Signed-off-by: Geliang Tang <geliangtang@...il.com>
> ---
>  include/linux/fs.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/linux/fs.h b/include/linux/fs.h
> index f1d7347..7bff988 100644
> --- a/include/linux/fs.h
> +++ b/include/linux/fs.h
> @@ -29,7 +29,6 @@
>  #include <linux/lockdep.h>
>  #include <linux/percpu-rwsem.h>
>  #include <linux/workqueue.h>
> -#include <linux/percpu-rwsem.h>
>  #include <linux/delayed_call.h>
>  
>  #include <asm/byteorder.h>
> -- 
> 2.9.3

Powered by blists - more mailing lists