All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ritesh Harjani <riteshh@linux.ibm.com>
To: Haowen Bai <baihaowen@meizu.com>
Cc: tytso@mit.edu, adilger.kernel@dilger.ca,
	linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fs: ext4: Fix duplicate included linux/dax.h
Date: Wed, 23 Mar 2022 17:03:04 +0530	[thread overview]
Message-ID: <20220323113304.5nqa2fmvge7g5vms@riteshh-domain> (raw)
In-Reply-To: <1648007370-31984-1-git-send-email-baihaowen@meizu.com>

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@linux.ibm.com>



>
> No functional change.
>
> Signed-off-by: Haowen Bai <baihaowen@meizu.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
>

      reply	other threads:[~2022-03-23 11:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-23  3:49 [PATCH] fs: ext4: Fix duplicate included linux/dax.h Haowen Bai
2022-03-23 11:33 ` Ritesh Harjani [this message]

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=20220323113304.5nqa2fmvge7g5vms@riteshh-domain \
    --to=riteshh@linux.ibm.com \
    --cc=adilger.kernel@dilger.ca \
    --cc=baihaowen@meizu.com \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tytso@mit.edu \
    /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.