mm/migrate: correct failure handling if !hugepage_migration_support()
[firefly-linux-kernel-4.4.55.git] / kernel / audit_tree.c
index ae8103b057fa6e957ae977fc1c20ccafef884d2f..67ccf0e7cca92412f457175d5ff3e784b254966a 100644 (file)
@@ -936,8 +936,6 @@ static void audit_tree_freeing_mark(struct fsnotify_mark *entry, struct fsnotify
 
 static const struct fsnotify_ops audit_tree_ops = {
        .handle_event = audit_tree_handle_event,
-       .free_group_priv = NULL,
-       .free_event = NULL,
        .freeing_mark = audit_tree_freeing_mark,
 };