Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'no-rebase-mnt_ns_tree_remove' into work.mount

Al Viro 1b966c44 57a7b5b0

+1 -1
+1 -1
fs/namespace.c
··· 195 195 static void mnt_ns_tree_remove(struct mnt_namespace *ns) 196 196 { 197 197 /* remove from global mount namespace list */ 198 - if (!is_anon_ns(ns)) { 198 + if (!RB_EMPTY_NODE(&ns->mnt_ns_tree_node)) { 199 199 mnt_ns_tree_write_lock(); 200 200 rb_erase(&ns->mnt_ns_tree_node, &mnt_ns_tree); 201 201 list_bidir_del_rcu(&ns->mnt_ns_list);