]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - include/linux/ipc_namespace.h
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
[linux.git] / include / linux / ipc_namespace.h
index d10e54f03c09661cc724cfb66965b79acf48cf3e..65327ee0936b314fe38fffee3ffb5f882d8883ac 100644 (file)
@@ -58,9 +58,10 @@ struct ipc_namespace {
 
        /* user_ns which owns the ipc ns */
        struct user_namespace *user_ns;
+       struct ucounts *ucounts;
 
        struct ns_common ns;
-};
+} __randomize_layout;
 
 extern struct ipc_namespace init_ipc_ns;
 extern spinlock_t mq_lock;