Re: [PATCH] block: split out a new blk_plug.h helper
From: Johannes Thumshirn
Date: Mon Jul 06 2026 - 03:26:29 EST
On 7/6/26 6:11 AM, Christoph Hellwig wrote:
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.hI know it's a lot of cross subsystem churn, but wouldn't it be cleaner to not include blk_plug.h in blkdev.h, but patch the update the consumers? A quick grep shows 68 files that would need updating and some you already have updated.
index 9213a5716f95..20cb8ed7d987 100644
--- a/include/linux/blkdev.h
+++ b/include/linux/blkdev.h
@@ -7,6 +7,7 @@
#include <linux/types.h>
#include <linux/blk_types.h>
+#include <linux/blk_plug.h>
#include <linux/device.h>
#include <linux/list.h>
#include <linux/llist.h>