diff options
Diffstat (limited to 'kernel/audit_watch.c')
-rw-r--r-- | kernel/audit_watch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/audit_watch.c b/kernel/audit_watch.c index a273cf340527..6bf2306be7d6 100644 --- a/kernel/audit_watch.c +++ b/kernel/audit_watch.c | |||
@@ -503,7 +503,7 @@ void audit_remove_watch_rule(struct audit_krule *krule) | |||
503 | } | 503 | } |
504 | 504 | ||
505 | static bool audit_watch_should_send_event(struct fsnotify_group *group, struct inode *inode, | 505 | static bool audit_watch_should_send_event(struct fsnotify_group *group, struct inode *inode, |
506 | struct vfsmount *mnt, struct fsnotify_mark *inode_mark, | 506 | struct fsnotify_mark *inode_mark, |
507 | struct fsnotify_mark *vfsmount_mark, | 507 | struct fsnotify_mark *vfsmount_mark, |
508 | __u32 mask, void *data, int data_type) | 508 | __u32 mask, void *data, int data_type) |
509 | { | 509 | { |