Originally from 2.4.7-ac4, but still unfixed in -ac5.
Thanks,
Petr Vandrovec
vandrove@vc.cvut.cz
diff -urdN linux/fs/inode.c linux/fs/inode.c
--- linux/fs/inode.c Sat Aug 4 00:02:18 2001
+++ linux/fs/inode.c Sat Aug 4 17:37:50 2001
@@ -412,7 +412,7 @@
continue;
spin_unlock(&sb_lock);
if (!try_to_sync_unused_list(&sb->s_dirty))
- break;
+ return;
spin_lock(&sb_lock);
}
spin_unlock(&sb_lock);
-
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/