From 46043b24caf3ccbaeef3fdfaeb7edcc6c99e6a58 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Mon, 23 Aug 2010 14:48:42 -0700 Subject: move "changed" status handling into library * remove public status modifier as high-level operations no longer need it. * add more information to clarify changed status handling in library. * mark changed status at appropriate places in library. --- src/common/unionfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/unionfs.c b/src/common/unionfs.c index 85ea9f1..da4cd7e 100644 --- a/src/common/unionfs.c +++ b/src/common/unionfs.c @@ -730,7 +730,7 @@ common_commit_copy_to_live_config(GNode *node, boolean suppress_piecewise_copy, /* note: return status is not checked and operation continues even if * this fails. this follows the original logic. */ - cstore_unmark_cfg_path_changed(cs, pcomps, ncomps); + cstore_unmark_cfg_path_changed(cs, (const char **) pcomps, ncomps); cstore_free_path_comps(pcomps, ncomps); cstore_free(cs); } -- cgit v1.2.3