make the hard drive less noisy than it was in 0.92

This commit is contained in:
Charles Kerr 2007-11-10 05:09:40 +00:00
parent e7e479d758
commit 76626796f3
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ tr_fdFileRelease( int file )
struct tr_openfile * o = &gFd->open[i];
if( o->fd == file ) {
dbgmsg( "releasing file '%s' in slot #%d", o->filename, i );
fsync( o->fd );
/* fsync( o->fd ); */
o->isCheckedOut = 0;
break;
}