We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2b69ee commit 5017b1bCopy full SHA for 5017b1b
1 file changed
include/linux/ipmi.h
@@ -93,7 +93,8 @@ struct ipmi_user_hndl {
93
94
/*
95
* Called when the interface detects a watchdog pre-timeout. If
96
- * this is NULL, it will be ignored for the user.
+ * this is NULL, it will be ignored for the user. Note that you
97
+ * can't do any IPMI calls from here, it's called with locks held.
98
*/
99
void (*ipmi_watchdog_pretimeout)(void *handler_data);
100
0 commit comments