mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-03 00:29:25 +08:00
This moves delayed work to a temporary chain to prevent a locking inversion between the delayed work lock and the alloc_sem lock. Delayed work is now processed after the delayed work lock is released. Locking order is any JFFS2 locks before the delayed work lock.