Irqbalance / irqbalance

The irqbalance source tree - The new official site for irqbalance
http://irqbalance.github.io/irqbalance/
GNU General Public License v2.0
576 stars 139 forks source link

Flush file before closing #302

Closed rmalz-c closed 6 months ago

rmalz-c commented 6 months ago

After writing to file, before closing, flush is required. Without it fclose can randomly return IO error.