X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Flinux%2Fuser_namespace.h;h=cc4f45361dbbc8a956f9a9fad2a865dc7f4add33;hb=cd3c1cde262b0f068d27d980648892b2843966d4;hp=315bcd375224869a0e54cbaab27274588452d4d3;hpb=75329f1f0c0e2e2ad611734a2ef08309391a4d9f;p=firefly-linux-kernel-4.4.55.git diff --git a/include/linux/user_namespace.h b/include/linux/user_namespace.h index 315bcd375224..cc4f45361dbb 100644 --- a/include/linux/user_namespace.h +++ b/include/linux/user_namespace.h @@ -13,6 +13,7 @@ struct user_namespace { struct kref kref; struct hlist_head uidhash_table[UIDHASH_SZ]; struct user_struct *creator; + struct work_struct destroyer; }; extern struct user_namespace init_user_ns;