* [PATCH -next] btrfs: Remove duplicate btrfs_inode.h header
@ 2024-07-10 5:34 Jiapeng Chong
2024-07-11 14:03 ` David Sterba
0 siblings, 1 reply; 2+ messages in thread
From: Jiapeng Chong @ 2024-07-10 5:34 UTC (permalink / raw)
To: clm; +Cc: josef, dsterba, linux-btrfs, linux-kernel, Jiapeng Chong,
Abaci Robot
./fs/btrfs/zlib.c: btrfs_inode.h is included more than once.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9492
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
---
fs/btrfs/zlib.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/btrfs/zlib.c b/fs/btrfs/zlib.c
index decbadc6657d..8aa82ee1991e 100644
--- a/fs/btrfs/zlib.c
+++ b/fs/btrfs/zlib.c
@@ -20,7 +20,6 @@
#include <linux/refcount.h>
#include "btrfs_inode.h"
#include "compression.h"
-#include "btrfs_inode.h"
#include "fs.h"
#include "subpage.h"
--
2.20.1.7.g153144c
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH -next] btrfs: Remove duplicate btrfs_inode.h header
2024-07-10 5:34 [PATCH -next] btrfs: Remove duplicate btrfs_inode.h header Jiapeng Chong
@ 2024-07-11 14:03 ` David Sterba
0 siblings, 0 replies; 2+ messages in thread
From: David Sterba @ 2024-07-11 14:03 UTC (permalink / raw)
To: Jiapeng Chong; +Cc: clm, josef, dsterba, linux-btrfs, linux-kernel, Abaci Robot
On Wed, Jul 10, 2024 at 01:34:20PM +0800, Jiapeng Chong wrote:
> ./fs/btrfs/zlib.c: btrfs_inode.h is included more than once.
>
> Reported-by: Abaci Robot <abaci@linux.alibaba.com>
> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9492
> Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Thanks, it's from an unmerged development patch so I removed the include
from there.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-11 14:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-10 5:34 [PATCH -next] btrfs: Remove duplicate btrfs_inode.h header Jiapeng Chong
2024-07-11 14:03 ` David Sterba
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox