]> git.ipfire.org Git - people/ms/linux.git/blobdiff - include/linux/key-type.h
Importing "grsecurity-3.1-3.19.2-201503201903.patch"
[people/ms/linux.git] / include / linux / key-type.h
index ff9f1d3942356ffd1f16ab777cb8c7ed201b35e8..6712be5342e3a88514168e76acc05f69bdab1819 100644 (file)
@@ -152,7 +152,7 @@ struct key_type {
        /* internal fields */
        struct list_head        link;           /* link in types list */
        struct lock_class_key   lock_class;     /* key->sem lock class */
-};
+} __do_const;
 
 extern struct key_type key_type_keyring;