Cc: Christian Borntraeger <borntraeger@...>, Andrew Morton <akpm@...>, Nick Piggin <nickpiggin@...>, <linux-mm@...>, <linux-kernel@...>, Martin Schwidefsky <schwidefsky@...>, Theodore Ts'o <tytso@...>, <stable@...>
On Wed, 2007-10-17 at 14:29 -0600, Eric W. Biederman wrote:
Right.
That's right. For example, ext2 is doing directories in the page cache
of the directory inode, so there's a cache alias between the block
device page cache and the directory inode page cache.
Not hard, the block device inode is already a magic inode for metadata
buffer heads. You could just make another one attached to the bdev.
But, I don't think I fully understand the problem you're trying to
solve?
-chris
-