From 41d8af3f6d7ff22c4532a8c84fe483161db784fe Mon Sep 17 00:00:00 2001 From: Thomas Schoebel-Theuer Date: Wed, 9 Jan 2013 12:11:39 +0100 Subject: [PATCH] light: trigger after remote copy has finished --- sy_old/mars_light.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sy_old/mars_light.c b/sy_old/mars_light.c index aff4c752..135c81e9 100644 --- a/sy_old/mars_light.c +++ b/sy_old/mars_light.c @@ -2598,6 +2598,7 @@ int make_log_finalize(struct mars_global *global, struct mars_dent *dent) goto done; } copy_brick = NULL; + mars_trigger(); } rot->copy_brick = copy_brick; if (!copy_brick) {