Re: [apparmor] [PATCH v2 40/42] parser: Lift globals from create_cache()

2015-03-12 Thread John Johansen
On 03/06/2015 01:48 PM, Tyler Hicks wrote: > With create_cache() headed for libapparmor, we can't use the show_cache > or write_cache globals. > > Signed-off-by: Tyler Hicks Acked-by: John Johansen > --- > parser/parser_main.c | 4 > parser/policy_cache.c | 20 ++-- > 2

[apparmor] [PATCH v2 40/42] parser: Lift globals from create_cache()

2015-03-06 Thread Tyler Hicks
With create_cache() headed for libapparmor, we can't use the show_cache or write_cache globals. Signed-off-by: Tyler Hicks --- parser/parser_main.c | 4 parser/policy_cache.c | 20 ++-- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/parser/parser_main.c b