diff options
Diffstat (limited to 'include/linux/audit.h')
-rw-r--r-- | include/linux/audit.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/audit.h b/include/linux/audit.h index af84234e1f6e..c2e7e3a83965 100644 --- a/include/linux/audit.h +++ b/include/linux/audit.h | |||
@@ -46,7 +46,6 @@ struct audit_tree; | |||
46 | struct sk_buff; | 46 | struct sk_buff; |
47 | 47 | ||
48 | struct audit_krule { | 48 | struct audit_krule { |
49 | int vers_ops; | ||
50 | u32 pflags; | 49 | u32 pflags; |
51 | u32 flags; | 50 | u32 flags; |
52 | u32 listnr; | 51 | u32 listnr; |
@@ -128,7 +127,6 @@ extern void __audit_syscall_entry(int major, unsigned long a0, unsigned long a1, | |||
128 | extern void __audit_syscall_exit(int ret_success, long ret_value); | 127 | extern void __audit_syscall_exit(int ret_success, long ret_value); |
129 | extern struct filename *__audit_reusename(const __user char *uptr); | 128 | extern struct filename *__audit_reusename(const __user char *uptr); |
130 | extern void __audit_getname(struct filename *name); | 129 | extern void __audit_getname(struct filename *name); |
131 | extern void audit_putname(struct filename *name); | ||
132 | 130 | ||
133 | #define AUDIT_INODE_PARENT 1 /* dentry represents the parent */ | 131 | #define AUDIT_INODE_PARENT 1 /* dentry represents the parent */ |
134 | #define AUDIT_INODE_HIDDEN 2 /* audit record should be hidden */ | 132 | #define AUDIT_INODE_HIDDEN 2 /* audit record should be hidden */ |
@@ -353,8 +351,6 @@ static inline struct filename *audit_reusename(const __user char *name) | |||
353 | } | 351 | } |
354 | static inline void audit_getname(struct filename *name) | 352 | static inline void audit_getname(struct filename *name) |
355 | { } | 353 | { } |
356 | static inline void audit_putname(struct filename *name) | ||
357 | { } | ||
358 | static inline void __audit_inode(struct filename *name, | 354 | static inline void __audit_inode(struct filename *name, |
359 | const struct dentry *dentry, | 355 | const struct dentry *dentry, |
360 | unsigned int flags) | 356 | unsigned int flags) |