From 986dddcb7fca1965b4e75563a188728bf3fc7576 Mon Sep 17 00:00:00 2001 From: Thomas Schoebel-Theuer Date: Fri, 2 Dec 2022 21:48:06 +0100 Subject: [PATCH] aio: trigger upon shutdown --- kernel/mars_aio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/mars_aio.c b/kernel/mars_aio.c index d473c7fb..4c3f7fe1 100644 --- a/kernel/mars_aio.c +++ b/kernel/mars_aio.c @@ -1342,6 +1342,7 @@ cleanup: mapfree_put(output->mf); output->mf = NULL; } + mars_remote_trigger(MARS_TRIGGER_LOCAL | MARS_TRIGGER_FROM_REMOTE); } return status; }