]> Pileus Git - ~andy/linux/blobdiff - kernel/audit_watch.c
stop_machine: Fix^2 race between stop_two_cpus() and stop_cpus()
[~andy/linux] / kernel / audit_watch.c
index 367ac9a79acc707673a0a8b647ab3e8a6b843980..70b4554d2fbe093e4f83a045ed84705c7a9cffe0 100644 (file)
@@ -471,7 +471,7 @@ static int audit_watch_handle_event(struct fsnotify_group *group,
                                    struct fsnotify_mark *inode_mark,
                                    struct fsnotify_mark *vfsmount_mark,
                                    u32 mask, void *data, int data_type,
-                                   const unsigned char *dname)
+                                   const unsigned char *dname, u32 cookie)
 {
        struct inode *inode;
        struct audit_parent *parent;
@@ -505,9 +505,6 @@ static int audit_watch_handle_event(struct fsnotify_group *group,
 
 static const struct fsnotify_ops audit_watch_fsnotify_ops = {
        .handle_event =         audit_watch_handle_event,
-       .free_group_priv =      NULL,
-       .freeing_mark =         NULL,
-       .free_event =           NULL,
 };
 
 static int __init audit_watch_init(void)