From mboxrd@z Thu Jan 1 00:00:00 1970 From: Phillip Susi Subject: Re: unified page and buffer cache? Date: Fri, 07 May 2010 20:50:53 -0400 Message-ID: <1273279853.2444.3.camel@faldara> References: <4BCC7C05.8000803@cfl.rr.com> <4BE417CB.7000806@cfl.rr.com> <20100507135329.GA17259@parisc-linux.org> <4BE4359E.9020400@cfl.rr.com> <20100507183000.GD17259@parisc-linux.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: linux-fsdevel@vger.kernel.org, Linux-kernel To: Matthew Wilcox Return-path: In-Reply-To: <20100507183000.GD17259@parisc-linux.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Fri, 2010-05-07 at 12:30 -0600, Matthew Wilcox wrote: > That would be possible, but would waste memory space. But we've all > got gigabytes of ram these days, maybe nobody cares. Why would it waste memory space? Either way it's in some memory mapping somewhere. It's just a matter of what file it is associated with? The inode of the directory, or the underlying block device?