]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lsns: (refactor) rename read_related_namespaces to connect_namespaces
authorMasatake YAMATO <yamato@redhat.com>
Wed, 1 May 2024 17:21:09 +0000 (02:21 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Wed, 1 May 2024 19:54:09 +0000 (04:54 +0900)
commit1a998ea99bfd49ad25dacf058e36bbf21a4c8e88
treed90a9fdb3caf00f46853df00b948b475a00374b5
parentebd1c823120e9b91049e4c3e5f4090dde881454e
lsns: (refactor) rename read_related_namespaces to connect_namespaces

read_related_namespaces() itself doesn't read names of new namespaces.
Connecting namespaces for making a tree is the the main job the function.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
sys-utils/lsns.c