Message ID | 20221027054343.9709-2-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>
diff --git a/fs/btrfs/free-space-cache.c b/fs/btrfs/free-space-cache.c index 7a182cc6dab7..26ff1a5100b9 100644 --- a/fs/btrfs/free-space-cache.c +++ b/fs/btrfs/free-space-cache.c @@ -26,7 +26,6 @@ #include "discard.h" #include "subpage.h" #include "inode-item.h" -#include "fs.h" #include "accessors.h" #define BITS_PER_BITMAP (PAGE_SIZE * 8UL)
./fs/btrfs/free-space-cache.c: fs.h is included more than once. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2601 Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> --- fs/btrfs/free-space-cache.c | 1 - 1 file changed, 1 deletion(-)