Comment 320 for bug 595047

Revision history for this message
In , trent.bugzilla (trent.bugzilla-linux-kernel-bugs) wrote :

(In reply to comment #284)
> (In reply to comment #280)
> > Hi Guys,
> >
> > After reading those LKML messages from Theoodre, regarding his sync
> patches, it
> > gave me an idea. Why not just mount my filesystem with "sync" mount
> option.
>
> what are the disadvantages of sync mount option? reduced b/w? higher latency?
> data you posted doesn't show any disadvantages or may be I don't know what to
> conclude from that data?

It appears that the overall transfer rate has decreased a tiny bit. But, the
big advantage of not doing "sync" on mount, is that the system can queue the
writes. So, for anything that fits into kernel queues, the writes appear way
faster to the user. That's my understanding of the difference between sync and
not using sync.