]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - security/smack/smack.h
netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connections
[linux-2.6-omap-h63xx.git] / security / smack / smack.h
index 64164f8fde707022ed0d9e11770cc00fbc7913fa..5e5a3bcb599a426d33270c09cabc003d328aef16 100644 (file)
@@ -42,7 +42,6 @@ struct superblock_smack {
 struct socket_smack {
        char            *smk_out;                       /* outbound label */
        char            *smk_in;                        /* inbound label */
-       int             smk_labeled;                    /* label scheme */
        char            smk_packet[SMK_LABELLEN];       /* TCP peer label */
 };