mirror of
https://github.com/akuker/RASCSI.git
synced 2025-02-16 19:31:09 +00:00
Flush the RaSCSI write cache on SYNCHRONIZE CACHE (#645)
This commit is contained in:
parent
afb23586d0
commit
36cadd78fc
@ -517,7 +517,8 @@ void Disk::PreventAllowMediumRemoval(SASIDEV *controller)
|
||||
|
||||
void Disk::SynchronizeCache10(SASIDEV *controller)
|
||||
{
|
||||
// Nothing to do
|
||||
// Flush the RaSCSI cache
|
||||
disk.dcache->Save();
|
||||
|
||||
controller->Status();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user