From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamie Lokier Subject: Re: [PATCH 0/12] FS-Cache: Generic filesystem caching facility Date: Tue, 15 Nov 2005 16:32:46 +0000 Message-ID: <20051115163246.GA4959@mail.shareable.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Howells , akpm@osdl.org, linux-kernel@vger.kernel.org, linux-cachefs@redhat.com, linux-fsdevel@vger.kernel.org, nfsv4@linux-nfs.org Return-path: To: Linus Torvalds Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Linus Torvalds wrote: > And if it _is_ properly named (ie it really does mean "this entry > positively does not exist") then it shouldn't have the same > representation as NULL, because NULL really is traditionally used > for "unknown" rather than "known to not exist". You mean like: > a negative dentry (dentry->d_inode = NULL) is another. ? :) -- Jamie