May not help latency but I suspect this could help reiserfs, it should
basically be a noop for ext2.
--- 2.4.10pre12aa2/fs/buffer.c.~1~ Thu Sep 20 20:14:19 2001
+++ 2.4.10pre12aa2/fs/buffer.c Thu Sep 20 20:45:58 2001
@@ -2506,7 +2506,7 @@
spin_unlock(&free_list[isize].lock);
page->buffers = bh;
- page->flags &= ~(1 << PG_referenced);
+ page->flags |= 1 << PG_referenced;
lru_cache_add(page);
UnlockPage(page);
atomic_inc(&buffermem_pages);
You may want to give it a spin.
Andrea
-
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/