2.1.65: sync (ext2) broken.

Bernhard Rosenkraenzer (root@bero-online.ml.org)
Wed, 19 Nov 1997 16:08:05 +0100 (MET)


Just installed 2.1.65...
Everything works fine, until some program issues a sync() command, which
causes the program to hang forever, I can't even kill (or kill -9) it from
a different tty.
It happens even with the following code:
main()
{
sync();
}