]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - kernel/audit_tree.c
MAINTAINERS: add Samsung S5P series FIMC maintainers
[net-next-2.6.git] / kernel / audit_tree.c
index 584b94360217fdded83653f44112907dc10c17f7..7f18d3a4527ea210b253eddca60c8d8ed25a5e0a 100644 (file)
@@ -904,7 +904,8 @@ static void evict_chunk(struct audit_chunk *chunk)
 }
 
 static int audit_tree_handle_event(struct fsnotify_group *group,
-                                  struct fsnotify_mark *mark,
+                                  struct fsnotify_mark *inode_mark,
+                                  struct fsnotify_mark *vfsmonut_mark,
                                   struct fsnotify_event *event)
 {
        BUG();
@@ -920,10 +921,11 @@ static void audit_tree_freeing_mark(struct fsnotify_mark *entry, struct fsnotify
 }
 
 static bool audit_tree_send_event(struct fsnotify_group *group, struct inode *inode,
-                                 struct vfsmount *mnt, struct fsnotify_mark *mark,
+                                 struct fsnotify_mark *inode_mark,
+                                 struct fsnotify_mark *vfsmount_mark,
                                  __u32 mask, void *data, int data_type)
 {
-       return 0;
+       return false;
 }
 
 static const struct fsnotify_ops audit_tree_ops = {