in a desperate attempt to show the window, I tried this in
ext4_ext_put_in_cache():
cex->ec_block = -1;
cex->ec_start = -1;
schedule_timeout_uninterruptible(HZ/2);
cex->ec_start = start;
cex->ec_block = block;
and this in ext4_ext_in_cache():
if (cex->ec_block == -1 || cex->ec_start == -1)
printk("%s got bad cache\n", __func__);
and it's not firing.
-Eric
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html