[systemd-commits] src/core

Lennart Poettering lennart at kemper.freedesktop.org
Wed Nov 27 11:31:59 PST 2013


 src/core/namespace.c |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

New commits:
commit 76cd584b8d6e0df5f662f193803ce2bdc530ac86
Author: Lennart Poettering <lennart at poettering.net>
Date:   Wed Nov 27 20:31:51 2013 +0100

    namespace: comment typo fix

diff --git a/src/core/namespace.c b/src/core/namespace.c
index 092e08f..926ff71 100644
--- a/src/core/namespace.c
+++ b/src/core/namespace.c
@@ -354,9 +354,10 @@ int setup_netns(int netns_storage_socket[2]) {
         assert(netns_storage_socket[1] >= 0);
 
         /* We use the passed socketpair as a storage buffer for our
-         * namespace socket. Whatever process runs this first shall
-         * create a new namespace, all others should just join it. To
-         * serialize that we use a file lock on the socket pair.
+         * namespace reference fd. Whatever process runs this first
+         * shall create a new namespace, all others should just join
+         * it. To serialize that we use a file lock on the socket
+         * pair.
          *
          * It's a bit crazy, but hey, works great! */
 



More information about the systemd-commits mailing list