All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next 1/3] btrfs: Remove duplicated include in root-tree.c
@ 2022-10-27  5:43 Yang Li
  2022-10-27  5:43 ` [PATCH -next 2/3] btrfs: Remove duplicated include in free-space-cache.c Yang Li
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Yang Li @ 2022-10-27  5:43 UTC (permalink / raw)
  To: clm; +Cc: josef, dsterba, linux-btrfs, linux-kernel, Yang Li, Abaci Robot

./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(-)

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"
 
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH -next 2/3] btrfs: Remove duplicated include in free-space-cache.c
  2022-10-27  5:43 [PATCH -next 1/3] btrfs: Remove duplicated include in root-tree.c Yang Li
@ 2022-10-27  5:43 ` Yang Li
  2022-10-27  6:38   ` Johannes Thumshirn
  2022-10-27  5:43 ` [PATCH -next 3/3] btrfs: Remove duplicated include in delayed-inode.c Yang Li
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 7+ messages in thread
From: Yang Li @ 2022-10-27  5:43 UTC (permalink / raw)
  To: clm; +Cc: josef, dsterba, linux-btrfs, linux-kernel, Yang Li, Abaci Robot

./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(-)

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)
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH -next 3/3] btrfs: Remove duplicated include in delayed-inode.c
  2022-10-27  5:43 [PATCH -next 1/3] btrfs: Remove duplicated include in root-tree.c Yang Li
  2022-10-27  5:43 ` [PATCH -next 2/3] btrfs: Remove duplicated include in free-space-cache.c Yang Li
@ 2022-10-27  5:43 ` Yang Li
  2022-10-27  6:38   ` Johannes Thumshirn
  2022-10-27  6:38 ` [PATCH -next 1/3] btrfs: Remove duplicated include in root-tree.c Johannes Thumshirn
  2022-10-27 11:24 ` David Sterba
  3 siblings, 1 reply; 7+ messages in thread
From: Yang Li @ 2022-10-27  5:43 UTC (permalink / raw)
  To: clm; +Cc: josef, dsterba, linux-btrfs, linux-kernel, Yang Li, Abaci Robot

./fs/btrfs/delayed-inode.c: fs.h is included more than once.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2602
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 fs/btrfs/delayed-inode.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/btrfs/delayed-inode.c b/fs/btrfs/delayed-inode.c
index a935709f2a29..f93d2695e423 100644
--- a/fs/btrfs/delayed-inode.c
+++ b/fs/btrfs/delayed-inode.c
@@ -17,7 +17,6 @@
 #include "locking.h"
 #include "inode-item.h"
 #include "space-info.h"
-#include "fs.h"
 #include "accessors.h"
 
 #define BTRFS_DELAYED_WRITEBACK		512
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH -next 1/3] btrfs: Remove duplicated include in root-tree.c
  2022-10-27  5:43 [PATCH -next 1/3] btrfs: Remove duplicated include in root-tree.c Yang Li
  2022-10-27  5:43 ` [PATCH -next 2/3] btrfs: Remove duplicated include in free-space-cache.c Yang Li
  2022-10-27  5:43 ` [PATCH -next 3/3] btrfs: Remove duplicated include in delayed-inode.c Yang Li
@ 2022-10-27  6:38 ` Johannes Thumshirn
  2022-10-27 11:24 ` David Sterba
  3 siblings, 0 replies; 7+ messages in thread
From: Johannes Thumshirn @ 2022-10-27  6:38 UTC (permalink / raw)
  To: Yang Li, clm; +Cc: josef, dsterba, linux-btrfs, linux-kernel, Abaci Robot

Looks good,
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH -next 2/3] btrfs: Remove duplicated include in free-space-cache.c
  2022-10-27  5:43 ` [PATCH -next 2/3] btrfs: Remove duplicated include in free-space-cache.c Yang Li
@ 2022-10-27  6:38   ` Johannes Thumshirn
  0 siblings, 0 replies; 7+ messages in thread
From: Johannes Thumshirn @ 2022-10-27  6:38 UTC (permalink / raw)
  To: Yang Li, clm; +Cc: josef, dsterba, linux-btrfs, linux-kernel, Abaci Robot

Looks good,
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH -next 3/3] btrfs: Remove duplicated include in delayed-inode.c
  2022-10-27  5:43 ` [PATCH -next 3/3] btrfs: Remove duplicated include in delayed-inode.c Yang Li
@ 2022-10-27  6:38   ` Johannes Thumshirn
  0 siblings, 0 replies; 7+ messages in thread
From: Johannes Thumshirn @ 2022-10-27  6:38 UTC (permalink / raw)
  To: Yang Li, clm; +Cc: josef, dsterba, linux-btrfs, linux-kernel, Abaci Robot

Looks good,
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH -next 1/3] btrfs: Remove duplicated include in root-tree.c
  2022-10-27  5:43 [PATCH -next 1/3] btrfs: Remove duplicated include in root-tree.c Yang Li
                   ` (2 preceding siblings ...)
  2022-10-27  6:38 ` [PATCH -next 1/3] btrfs: Remove duplicated include in root-tree.c Johannes Thumshirn
@ 2022-10-27 11:24 ` David Sterba
  3 siblings, 0 replies; 7+ messages in thread
From: David Sterba @ 2022-10-27 11:24 UTC (permalink / raw)
  To: Yang Li; +Cc: clm, josef, dsterba, linux-btrfs, linux-kernel, Abaci Robot

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.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-10-27 11:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-27  5:43 [PATCH -next 1/3] btrfs: Remove duplicated include in root-tree.c Yang Li
2022-10-27  5:43 ` [PATCH -next 2/3] btrfs: Remove duplicated include in free-space-cache.c Yang Li
2022-10-27  6:38   ` Johannes Thumshirn
2022-10-27  5:43 ` [PATCH -next 3/3] btrfs: Remove duplicated include in delayed-inode.c Yang Li
2022-10-27  6:38   ` Johannes Thumshirn
2022-10-27  6:38 ` [PATCH -next 1/3] btrfs: Remove duplicated include in root-tree.c Johannes Thumshirn
2022-10-27 11:24 ` David Sterba

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.