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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 23 Mar 2022 17:03:04 +0530
From:   Ritesh Harjani <riteshh@...ux.ibm.com>
To:     Haowen Bai <baihaowen@...zu.com>
Cc:     tytso@....edu, adilger.kernel@...ger.ca,
        linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] fs: ext4: Fix duplicate included linux/dax.h

On 22/03/23 11:49AM, Haowen Bai wrote:
> Clean up the following includecheck warning:
>
> fs/ext4/inode.c: linux/dax.h is included more than once.

Checked "make includecheck"
This is the only warning coming from fs/ext4/

Thanks for fixing that. Looks good to me.
Feel free to add -

Reviewed-by: Ritesh Harjani <riteshh@...ux.ibm.com>



>
> No functional change.
>
> Signed-off-by: Haowen Bai <baihaowen@...zu.com>
> ---
>  fs/ext4/inode.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
> index 01c9e4f..6738ea7 100644
> --- a/fs/ext4/inode.c
> +++ b/fs/ext4/inode.c
> @@ -41,7 +41,6 @@
>  #include <linux/bitops.h>
>  #include <linux/iomap.h>
>  #include <linux/iversion.h>
> -#include <linux/dax.h>
>
>  #include "ext4_jbd2.h"
>  #include "xattr.h"
> --
> 2.7.4
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ