[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250725080705.1984011-1-jiapeng.chong@linux.alibaba.com>
Date: Fri, 25 Jul 2025 16:07:05 +0800
From: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
To: clm@...com
Cc: josef@...icpanda.com,
dsterba@...e.com,
linux-btrfs@...r.kernel.org,
linux-kernel@...r.kernel.org,
Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH -next] btrfs: Remove duplicate linux/types.h header
./fs/btrfs/messages.h: linux/types.h is included more than once.
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=22939
Signed-off-by: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
---
fs/btrfs/messages.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/btrfs/messages.h b/fs/btrfs/messages.h
index 022ebc89af85..4416c165644f 100644
--- a/fs/btrfs/messages.h
+++ b/fs/btrfs/messages.h
@@ -3,7 +3,6 @@
#ifndef BTRFS_MESSAGES_H
#define BTRFS_MESSAGES_H
-#include <linux/types.h>
#include <linux/types.h>
#include <linux/printk.h>
#include <linux/bug.h>
--
2.43.5
Powered by blists - more mailing lists