You leave it in the buffer cache and the page cache checks for it there
before deciding it has to hit the disk.
For coherency, getblk has to check for the block in the page cache. We can
this implement using the buffer hash chain links, currently unused for page
cache buffers.
-- Daniel - 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/