diff options
Diffstat (limited to 'kernel/audit_tree.c')
-rw-r--r-- | kernel/audit_tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/audit_tree.c b/kernel/audit_tree.c index abfb112f26aa..e49c912f862d 100644 --- a/kernel/audit_tree.c +++ b/kernel/audit_tree.c | |||
@@ -1040,7 +1040,7 @@ static void evict_chunk(struct audit_chunk *chunk) | |||
1040 | static int audit_tree_handle_event(struct fsnotify_group *group, | 1040 | static int audit_tree_handle_event(struct fsnotify_group *group, |
1041 | struct inode *to_tell, | 1041 | struct inode *to_tell, |
1042 | u32 mask, const void *data, int data_type, | 1042 | u32 mask, const void *data, int data_type, |
1043 | const unsigned char *file_name, u32 cookie, | 1043 | const struct qstr *file_name, u32 cookie, |
1044 | struct fsnotify_iter_info *iter_info) | 1044 | struct fsnotify_iter_info *iter_info) |
1045 | { | 1045 | { |
1046 | return 0; | 1046 | return 0; |