audit: use macros for unset inode and device values
[deliverable/linux.git] / include / linux / audit.h
index c2e7e3a83965341207b64dab360a72b9cce780a6..759feb0e9d13123799da54c1823eafeb8257b0ee 100644 (file)
@@ -27,6 +27,9 @@
 #include <linux/ptrace.h>
 #include <uapi/linux/audit.h>
 
+#define AUDIT_INO_UNSET ((unsigned long)-1)
+#define AUDIT_DEV_UNSET ((dev_t)-1)
+
 struct audit_sig_info {
        uid_t           uid;
        pid_t           pid;
This page took 0.05407 seconds and 5 git commands to generate.