Unverified Commit 8895d2a3 authored by Christian Brauner's avatar Christian Brauner
Browse files

ns: use anonymous struct to group list member

parent 3a18f809
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -109,8 +109,10 @@ struct ns_common {
	union {
		struct {
			u64 ns_id;
			struct /* per type rbtree and list */ {
				struct rb_node ns_tree_node;
				struct list_head ns_list_node;
			};
			atomic_t __ns_ref_active; /* do not use directly */
		};
		struct rcu_head ns_rcu;