mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 17:58:10 +08:00
f8bd93575c
When we do not drop notifier from g_notifier_pending, we need an isolated dq entry for this queue, otherwise the queued work_s's dq entry may be modified by the work queue and breaks the chain of g_notifier_pending. Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>