aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/audit_tree.c3
-rw-r--r--kernel/audit_watch.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/kernel/audit_tree.c b/kernel/audit_tree.c
index a164600dd82e..b5417cd65216 100644
--- a/kernel/audit_tree.c
+++ b/kernel/audit_tree.c
@@ -919,7 +919,8 @@ static void audit_tree_freeing_mark(struct fsnotify_mark_entry *entry, struct fs
919 fsnotify_put_mark(entry); 919 fsnotify_put_mark(entry);
920} 920}
921 921
922static bool audit_tree_send_event(struct fsnotify_group *group, struct inode *inode, __u32 mask) 922static bool audit_tree_send_event(struct fsnotify_group *group, struct inode *inode,
923 __u32 mask, int data_type)
923{ 924{
924 return 0; 925 return 0;
925} 926}
diff --git a/kernel/audit_watch.c b/kernel/audit_watch.c
index f8543a41115b..67d8f2f52874 100644
--- a/kernel/audit_watch.c
+++ b/kernel/audit_watch.c
@@ -505,7 +505,8 @@ void audit_remove_watch_rule(struct audit_krule *krule)
505 } 505 }
506} 506}
507 507
508static bool audit_watch_should_send_event(struct fsnotify_group *group, struct inode *inode, __u32 mask) 508static bool audit_watch_should_send_event(struct fsnotify_group *group, struct inode *inode,
509 __u32 mask, int data_type)
509{ 510{
510 struct fsnotify_mark_entry *entry; 511 struct fsnotify_mark_entry *entry;
511 bool send; 512 bool send;