mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
driver/genpsi.c: add fdatasync, this should wakeup hdd before record started
This commit is contained in:
@@ -278,5 +278,6 @@ int genpsi(int fd2)
|
|||||||
//-- finish --
|
//-- finish --
|
||||||
avPids.vpid=0;
|
avPids.vpid=0;
|
||||||
avPids.nba=0;
|
avPids.nba=0;
|
||||||
|
fdatasync(fd2);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user