X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=kernel%2Faudit_watch.c;h=cc7e87936cbc57f7a2eebebbd212fe297c530154;hb=7eca61eb6a57a3aae10e77d9306cda0b8c23cdab;hp=0e96dbc60ea9b45896a0a451287b406f2592b48c;hpb=9d9609851003ebed15957f0f2ce18492739ee124;p=safe%2Fjmp%2Flinux-2.6 diff --git a/kernel/audit_watch.c b/kernel/audit_watch.c index 0e96dbc..cc7e879 100644 --- a/kernel/audit_watch.c +++ b/kernel/audit_watch.c @@ -45,8 +45,8 @@ struct audit_watch { atomic_t count; /* reference count */ - char *path; /* insertion path */ dev_t dev; /* associated superblock device */ + char *path; /* insertion path */ unsigned long ino; /* associated inode number */ struct audit_parent *parent; /* associated parent */ struct list_head wlist; /* entry in parent->watches list */