Re: [PATCH] fs: btrfs: Remove repeated struct declaration

From: Nikolay Borisov
Date: Thu Apr 01 2021 - 05:16:36 EST




On 1.04.21 г. 11:03, Wan Jiabing wrote:
> struct btrfs_inode is declared twice. One is declared at 67th line.
> The blew declaration is not needed. Remove the duplicate.
> struct btrfs_fs_info should be declared in the forward declarations.
> Move it to the forward declarations.
>
> Signed-off-by: Wan Jiabing <wanjiabing@xxxxxxxx>

Reviewed-by: Nikolay Borisov <nborisov@xxxxxxxx>