Thread (19 messages) 19 messages, 1 author, 2021-08-19
STALE1758d

[RFC PATCH v3 06/18] block: Add LED trigger pointer to struct gendisk

From: Ian Pilcher <hidden>
Date: 2021-08-19 02:51:25
Also in: kernelnewbies, linux-block, lkml
Subsystem: the rest · Maintainer: Linus Torvalds

Needed by ledtrig_blkdev_disk_cleanup(), which removes all monitoring of a
block device by the blkdev LED trigger when the device is removed

Signed-off-by: Ian Pilcher <redacted>
---
 include/linux/genhd.h | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/include/linux/genhd.h b/include/linux/genhd.h
index b26bbf2d9048..66e2760702cb 100644
--- a/include/linux/genhd.h
+++ b/include/linux/genhd.h
@@ -168,6 +168,9 @@ struct gendisk {
 #endif	/* CONFIG_BLK_DEV_INTEGRITY */
 #if IS_ENABLED(CONFIG_CDROM)
 	struct cdrom_device_info *cdi;
+#endif
+#ifdef CONFIG_LEDS_TRIGGER_BLKDEV
+	struct ledtrig_blkdev_disk *ledtrig;
 #endif
 	int node_id;
 	struct badblocks *bb;
-- 
2.31.1
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help