core: make exec code a bit more readable
authorLennart Poettering <lennart@poettering.net>
Wed, 13 May 2015 14:34:02 +0000 (16:34 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 13 May 2015 14:34:02 +0000 (16:34 +0200)
commit8b44a3d22c1fdfc5ce5fcb77e38a90ec02ba8019
tree81c7be1fffa891ea25605cf2a09255ee55134fae
parentf42348ace7feb2311593b8cf6c876856eecf256a
core: make exec code a bit more readable

Let's add a function that checks whether we need fs namespacing, to make
things easier to read, instead of using a humungous if expression...
src/core/execute.c