Merge tag 'm68k-for-v5.3-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert...
[linux-2.6-microblaze.git] / include / linux / key-type.h
index 331cab7..4ded94b 100644 (file)
@@ -70,6 +70,9 @@ struct key_type {
         */
        size_t def_datalen;
 
+       unsigned int flags;
+#define KEY_TYPE_NET_DOMAIN    0x00000001 /* Keys of this type have a net namespace domain */
+
        /* vet a description */
        int (*vet_description)(const char *description);