]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/user_namespace.h
PCI: Disable PCIe Relaxed Ordering if unsupported
[karo-tx-linux.git] / include / linux / user_namespace.h
index be765234c0a2b999f0f2bfcdb9f36b2cc16fa0c6..b3575ce291483284847ccc7eef5fea679fade38b 100644 (file)
@@ -66,13 +66,13 @@ struct user_namespace {
 #endif
        struct ucounts          *ucounts;
        int ucount_max[UCOUNT_COUNTS];
-};
+} __randomize_layout;
 
 struct ucounts {
        struct hlist_node node;
        struct user_namespace *ns;
        kuid_t uid;
-       atomic_t count;
+       int count;
        atomic_t ucount[UCOUNT_COUNTS];
 };