Skip to content
Snippets Groups Projects
Commit 91dfa622 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

remove invalid rcu synchronization

parent 6e4e7566
Branches
Tags
No related merge requests found
......@@ -43,8 +43,6 @@ static void discard_zone(zone_t *zone)
if (zone->zonefile_mtime == 0) {
zone_flush_journal(zone);
}
/* Wait for current operations. */
synchronize_rcu();
zone_free(&zone);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment