Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 513ef596 authored by David Teigland's avatar David Teigland
Browse files

dlm: prevent connections during shutdown



During lowcomms shutdown, a new connection could possibly
be created, and attempt to use a workqueue that's been
destroyed.  Similarly, during startup, a new connection
could attempt to use a workqueue that's not been set up
yet.  Add a global variable to indicate when new connections
are allowed.

Based on patch by: Christine Caulfield <ccaulfie@redhat.com>

Reported-by: default avatardann frazier <dann.frazier@canonical.com>
Reviewed-by: default avatardann frazier <dann.frazier@canonical.com>
Signed-off-by: default avatarDavid Teigland <teigland@redhat.com>
parent af3a3ab2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment