> performance hit of synchronous data. Heck, just having link() and
> rename() perform a commit would be good enough for almost all
> applications.
It would be "good enough" for some applications,
but it would be absolutely disastrous for most
applications I run (ie. moving source code around).
Exactly what is wrong with doing fsync() on the
directory ?
Why do you want us to turn link() and rename()
into link_slowly() and rename_slowly() ?
Why can't you use a simple wrapper function to
do this for you ?
cheers,
Rik
-- Virtual memory is like a game you can't win; However, without VM there's truly nothing to lose...http://www.surriel.com/ http://distro.conectiva.com/
Send all your spam to aardvark@nl.linux.org (spam digging piggy)
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/