commit | ad943dcb226a083a0c433ae73737c4834f8cfe74 | [log] [tgz] |
---|---|---|
author | Kevin Wolf <kwolf@redhat.com> | Wed Apr 24 18:04:42 2019 +0200 |
committer | Kevin Wolf <kwolf@redhat.com> | Tue Jun 04 15:22:22 2019 +0200 |
tree | e38cb98f7a2563abadc4616114e3f58b827f803c | |
parent | 2e9cdab3000530fdd03df7f0a5d124eaa0ae942f [diff] |
block: Move node without parents to main AioContext A node should only be in a non-default AioContext if a user is attached to it that requires this. When the last parent of a node is gone, it can move back to the main AioContext. Signed-off-by: Kevin Wolf <kwolf@redhat.com>