aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'kernel')
-rw-r--r--kernel/audit_tree.c2
-rw-r--r--kernel/audit_watch.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/kernel/audit_tree.c b/kernel/audit_tree.c
index 781ab7f4e35c..7f18d3a4527e 100644
--- a/kernel/audit_tree.c
+++ b/kernel/audit_tree.c
@@ -921,7 +921,7 @@ static void audit_tree_freeing_mark(struct fsnotify_mark *entry, struct fsnotify
921} 921}
922 922
923static bool audit_tree_send_event(struct fsnotify_group *group, struct inode *inode, 923static bool audit_tree_send_event(struct fsnotify_group *group, struct inode *inode,
924 struct vfsmount *mnt, struct fsnotify_mark *inode_mark, 924 struct fsnotify_mark *inode_mark,
925 struct fsnotify_mark *vfsmount_mark, 925 struct fsnotify_mark *vfsmount_mark,
926 __u32 mask, void *data, int data_type) 926 __u32 mask, void *data, int data_type)
927{ 927{
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
505static bool audit_watch_should_send_event(struct fsnotify_group *group, struct inode *inode, 505static 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{