summaryrefslogtreecommitdiff
path: root/kern/work.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/work.h')
-rw-r--r--kern/work.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/kern/work.h b/kern/work.h
index 68801c43..09aff389 100644
--- a/kern/work.h
+++ b/kern/work.h
@@ -131,6 +131,9 @@ work_init(struct work *work, work_fn_t fn)
/*
* Schedule work for deferred processing.
*
+ * After being scheduled, a work queue must be reinitialized before
+ * it can be reused.
+ *
* This function may be called from interrupt context.
*/
void work_schedule(struct work *work, int flags);