aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/audit_watch.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/audit_watch.c')
-rw-r--r--kernel/audit_watch.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/audit_watch.c b/kernel/audit_watch.c
index 83d5f9674cec..6304ee5d7642 100644
--- a/kernel/audit_watch.c
+++ b/kernel/audit_watch.c
@@ -514,7 +514,8 @@ void audit_remove_watch_rule(struct audit_krule *krule)
514} 514}
515 515
516static bool audit_watch_should_send_event(struct fsnotify_group *group, struct inode *inode, 516static bool audit_watch_should_send_event(struct fsnotify_group *group, struct inode *inode,
517 __u32 mask, void *data, int data_type) 517 struct vfsmount *mnt, __u32 mask, void *data,
518 int data_type)
518{ 519{
519 struct fsnotify_mark_entry *entry; 520 struct fsnotify_mark_entry *entry;
520 bool send; 521 bool send;