X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fnamespace.c;h=926ff7133b98e21f881158134817cf88c74b2b89;hb=6e8df5f00a3874decf1e5542da3d65b25f6da1dc;hp=092e08f72cfb64e393ac041ab670b5dc289eeb50;hpb=613b411c947635136637f8cdd66b94512f761eab;p=elogind.git diff --git a/src/core/namespace.c b/src/core/namespace.c index 092e08f72..926ff7133 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! */