mm/migrate: correct failure handling if !hugepage_migration_support()
[firefly-linux-kernel-4.4.55.git] / kernel / audit_watch.c
index 367ac9a79acc707673a0a8b647ab3e8a6b843980..2596fac5dcb4552a0d574decada597424df0587b 100644 (file)
@@ -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)