gpio: pca953x: add a comment explaining the need for a lockdep subclass
[cascardo/linux.git] / include / net / net_namespace.h
index 0933c74..fc4f757 100644 (file)
@@ -60,6 +60,7 @@ struct net {
        struct list_head        exit_list;      /* Use only net_mutex */
 
        struct user_namespace   *user_ns;       /* Owning user namespace */
+       struct ucounts          *ucounts;
        spinlock_t              nsid_lock;
        struct idr              netns_ids;