Merge branch 'cpu_of_node' of git://linux-arm.org/linux-skn into pm-cpufreq-next
[cascardo/linux.git] / kernel / audit.h
index 1c95131..123c9b7 100644 (file)
@@ -85,6 +85,7 @@ struct audit_names {
 
        struct filename         *name;
        int                     name_len;       /* number of chars to log */
+       bool                    hidden;         /* don't log this record */
        bool                    name_put;       /* call __putname()? */
 
        unsigned long           ino;