Re: ext3-2.4-0.9.4
Linus Torvalds (torvalds@transmeta.com)
Thu, 26 Jul 2001 15:51:35 +0000 (UTC)
In article <20010726143002.E17244@emma1.emma.line.org>,
Matthias Andree <matthias.andree@stud.uni-dortmund.de> wrote:
>
>However, the remaining problem is being synchronous with respect to open
>(fixed for ext3 with your fsync() as I understand it), rename, link and
>unlink. With ext2, and as you write it, with ext3 as well, there is
>currently no way to tell when the link/rename has been committed to
>disk, unless you set mount -o sync or chattr +S or call sync() (the
>former is not an option because it's far too expensive).
Congratulations. You have been brainwashed by Dan Bernstein.
Use fsync() on the directory.
Logical, isn't it?
Linus
-
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/