[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240502212631.110175-1-thorsten.blum@toblux.com>
Date: Thu, 2 May 2024 23:26:28 +0200
From: Thorsten Blum <thorsten.blum@...lux.com>
To: Chris Mason <clm@...com>,
Josef Bacik <josef@...icpanda.com>,
David Sterba <dsterba@...e.com>,
David Howells <dhowells@...hat.com>,
Jeff Layton <jlayton@...nel.org>,
Miklos Szeredi <miklos@...redi.hu>,
Amir Goldstein <amir73il@...il.com>,
Baoquan He <bhe@...hat.com>,
Vivek Goyal <vgoyal@...hat.com>,
Dave Young <dyoung@...hat.com>
Cc: linux-btrfs@...r.kernel.org,
linux-kernel@...r.kernel.org,
netfs@...ts.linux.dev,
linux-fsdevel@...r.kernel.org,
linux-unionfs@...r.kernel.org,
kexec@...ts.infradead.org,
Thorsten Blum <thorsten.blum@...lux.com>
Subject: [PATCH 1/4] btrfs: Remove duplicate included header
Remove duplicate included header file linux/blkdev.h
Signed-off-by: Thorsten Blum <thorsten.blum@...lux.com>
---
fs/btrfs/fs.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/btrfs/fs.h b/fs/btrfs/fs.h
index 93f5c57ea4e3..5f7ad90fd682 100644
--- a/fs/btrfs/fs.h
+++ b/fs/btrfs/fs.h
@@ -9,7 +9,6 @@
#include <linux/compiler.h>
#include <linux/math.h>
#include <linux/atomic.h>
-#include <linux/blkdev.h>
#include <linux/percpu_counter.h>
#include <linux/completion.h>
#include <linux/lockdep.h>
--
2.44.0
Powered by blists - more mailing lists