disable directory flushing for now (oops, meant to commit this two days ago)
This commit is contained in:
@@ -199,7 +199,8 @@ bool RageFileObjDirect::FinalFlush()
|
||||
SetError( strerror(errno) );
|
||||
return false;
|
||||
}
|
||||
|
||||
#if 0
|
||||
/* XXX: causing problems for some reason */
|
||||
/* Wait for the directory to be flushed. */
|
||||
int dirfd = open( Dirname(path), O_RDONLY );
|
||||
if( dirfd == -1 )
|
||||
@@ -218,6 +219,7 @@ bool RageFileObjDirect::FinalFlush()
|
||||
}
|
||||
|
||||
close( dirfd );
|
||||
#endif
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user