Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Combine mount namespace setup into one function #125
Conversation
zyga
merged commit 6185118
into
master
Sep 6, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
zyga
deleted the
mount-prepare
branch
Sep 6, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
zyga commentedSep 6, 2016
This patch cleans up the API exposed by mount-support.h to include just
the creation and population of the mount namespace. This is done in anticipation
of the upcoming mount namespace sharing feature.
Various things were moved around but there should be no observable difference
between what is done now and what was done before.
Signed-off-by: Zygmunt Krynicki zygmunt.krynicki@canonical.com