]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/namespace.c
execute: drop DissectImageFlags parameter from namespace_setup()
authorLennart Poettering <lennart@poettering.net>
Wed, 10 Mar 2021 16:49:42 +0000 (17:49 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 16 Mar 2021 13:57:45 +0000 (14:57 +0100)
commit9cb1709b72c89b33e290b44b60e0e47befe9a0c1
tree63018d67f837bbff7066322d189aff44fa5de678
parent4b5de5dd6c930276628c84755d33187e2dfca5cc
execute: drop DissectImageFlags parameter from namespace_setup()

The function already has a ridiculous amount of paramaters, let's drop
one that is either not used at all or has a constant value and let's
pick it internally.
src/core/execute.c
src/core/namespace.c
src/core/namespace.h
src/test/test-namespace.c
src/test/test-ns.c