[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAL3q7H4Zu+zyagYMmYhD7j8HGVvrzq6q93M8z0miTusd-R4B5g@mail.gmail.com>
Date: Wed, 11 Feb 2026 12:18:49 +0000
From: Filipe Manana <fdmanana@...nel.org>
To: Chen Ni <nichen@...as.ac.cn>
Cc: linux-btrfs@...r.kernel.org, clm@...com, dsterba@...e.com,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] btrfs: remove duplicate include of delayed-inode.h
On Wed, Feb 11, 2026 at 4:41 AM Chen Ni <nichen@...as.ac.cn> wrote:
>
> Remove duplicate inclusion of delayed-inode.h in disk-io.c to clean up
> redundant code.
>
> Signed-off-by: Chen Ni <nichen@...as.ac.cn>
Reviewed-by: Filipe Manana <fdmanana@...e.com>
Pushed it to the github for-next branch, thanks.
> ---
> fs/btrfs/disk-io.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c
> index 13e400046c87..09c2ea2f82f2 100644
> --- a/fs/btrfs/disk-io.c
> +++ b/fs/btrfs/disk-io.c
> @@ -50,7 +50,6 @@
> #include "relocation.h"
> #include "scrub.h"
> #include "super.h"
> -#include "delayed-inode.h"
>
> #define BTRFS_SUPER_FLAG_SUPP (BTRFS_HEADER_FLAG_WRITTEN |\
> BTRFS_HEADER_FLAG_RELOC |\
> --
> 2.25.1
>
>
Powered by blists - more mailing lists