linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] btrfs: Remove duplicate included header
@ 2024-05-02 21:26 Thorsten Blum
  2024-05-02 21:26 ` [PATCH 2/4] fscache: " Thorsten Blum
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Thorsten Blum @ 2024-05-02 21:26 UTC (permalink / raw)
  To: Chris Mason, Josef Bacik, David Sterba, David Howells,
	Jeff Layton, Miklos Szeredi, Amir Goldstein, Baoquan He,
	Vivek Goyal, Dave Young
  Cc: linux-btrfs, linux-kernel, netfs, linux-fsdevel, linux-unionfs,
	kexec, Thorsten Blum

Remove duplicate included header file linux/blkdev.h

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.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


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

end of thread, other threads:[~2024-06-03 18:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-02 21:26 [PATCH 1/4] btrfs: Remove duplicate included header Thorsten Blum
2024-05-02 21:26 ` [PATCH 2/4] fscache: " Thorsten Blum
2024-05-26 21:21   ` [RESEND PATCH " Thorsten Blum
2024-06-03 18:01     ` Simon Horman
2024-05-02 21:26 ` [PATCH 3/4] overlayfs: " Thorsten Blum
2024-05-10 11:23   ` Miklos Szeredi
2024-05-02 21:26 ` [PATCH 4/4] crash: " Thorsten Blum
2024-05-05  7:03   ` Baoquan He
2024-05-26 21:23     ` [RESEND PATCH " Thorsten Blum
2024-05-02 22:50 ` [PATCH 1/4] btrfs: " David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).