Message ID | 20221027054343.9709-1-yang.lee@linux.alibaba.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [-next,1/3] btrfs: Remove duplicated include in root-tree.c | expand |
Looks good,
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
On Thu, Oct 27, 2022 at 01:43:41PM +0800, Yang Li wrote:
> ./fs/btrfs/root-tree.c: fs.h is included more than once.
Thanks, it's from a recent series so I've folded the changes from all
three patches.
diff --git a/fs/btrfs/root-tree.c b/fs/btrfs/root-tree.c index 09175ffc143a..42f046e5e25f 100644 --- a/fs/btrfs/root-tree.c +++ b/fs/btrfs/root-tree.c @@ -13,7 +13,6 @@ #include "print-tree.h" #include "qgroup.h" #include "space-info.h" -#include "fs.h" #include "accessors.h" #include "root-tree.h"
./fs/btrfs/root-tree.c: fs.h is included more than once. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2600 Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> --- fs/btrfs/root-tree.c | 1 - 1 file changed, 1 deletion(-)