remove MemoryCardDriverThreaded::UnmountMountPoint; remount the fs instead (makes

the timeout FS simpler)
use timeout FS in windows memory card code for testing
This commit is contained in:
Glenn Maynard
2005-01-27 04:39:10 +00:00
parent 3b25fd6c60
commit cadbdf2bee
4 changed files with 15 additions and 26 deletions
@@ -522,8 +522,6 @@ void MemoryCardDriverThreaded_Linux::Mount( UsbStorageDevice* pDevice, CString s
{
ASSERT( !pDevice->sOsMountDir.empty() );
UnmountMountPoint( sMountPoint );
FILEMAN->Mount( "dir", pDevice->sOsMountDir, sMountPoint.c_str() );
LOG->Trace( "FILEMAN->Mount %s %s", pDevice->sOsMountDir.c_str(), sMountPoint.c_str() );