mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
remove useless sync() calls
unless we had serious kernel bugs, those sync() calls serve no useful purpose
This commit is contained in:
@@ -565,7 +565,7 @@ _done:
|
||||
filename = (std::string)epgdir + "/index.xml";
|
||||
rename(tmpname.c_str(), filename.c_str());
|
||||
|
||||
sync();
|
||||
// sync();
|
||||
printf("[sectionsd] Writing Information finished\n");
|
||||
return ;
|
||||
}
|
||||
|
Reference in New Issue
Block a user