All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] btrfs: Remove duplicate included header
@ 2024-05-02 21:26 ` Thorsten Blum
  0 siblings, 0 replies; 20+ 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


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

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

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

Thread overview: 20+ 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 ` Thorsten Blum
2024-05-02 21:26 ` [PATCH 2/4] fscache: " Thorsten Blum
2024-05-02 21:26   ` Thorsten Blum
2024-05-26 21:21   ` [RESEND PATCH " Thorsten Blum
2024-05-26 21:21     ` Thorsten Blum
2024-06-03 18:01     ` Simon Horman
2024-06-03 18:01       ` Simon Horman
2024-05-02 21:26 ` [PATCH 3/4] overlayfs: " Thorsten Blum
2024-05-02 21:26   ` Thorsten Blum
2024-05-10 11:23   ` Miklos Szeredi
2024-05-10 11:23     ` Miklos Szeredi
2024-05-02 21:26 ` [PATCH 4/4] crash: " Thorsten Blum
2024-05-02 21:26   ` Thorsten Blum
2024-05-05  7:03   ` Baoquan He
2024-05-05  7:03     ` Baoquan He
2024-05-26 21:23     ` [RESEND PATCH " Thorsten Blum
2024-05-26 21:23       ` Thorsten Blum
2024-05-02 22:50 ` [PATCH 1/4] btrfs: " David Sterba
2024-05-02 22:50   ` 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.