mirror of
https://github.com/transmission/transmission
synced 2025-02-05 05:53:59 +00:00
make the hard drive less noisy than it was in 0.92
This commit is contained in:
parent
e7e479d758
commit
76626796f3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue