>I rewrote the flushing code of the async writes of 2.3.18ac5 in my way.
I had a silly bug in my patch. Here it is the fix:
--- 2.3.18ac8-flush/fs/buffer.c.~1~ Sun Sep 26 16:37:26 1999
+++ 2.3.18ac8-flush/fs/buffer.c Sun Sep 26 16:42:34 1999
@@ -2301,7 +2301,7 @@
if (!buffer_dirty(bh))
{
- refile_buffer(bh);
+ __refile_buffer(bh);
continue;
}
if (buffer_locked(bh))
The new buffer-flush patch is here:
ftp://ftp.suse.com/pub/people/andrea/kernel-patches/my-2.3.18ac8/buffer-flush-4
Andrea
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/