From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Subject: Re: Is a NULL check missing in nfs_lookup? Date: Fri, 5 Jan 2007 10:22:03 -0700 Message-ID: <20070105172203.GG24620@parisc-linux.org> References: <1167999770.6050.39.camel@lade.trondhjem.org> <1168009222.29243.19.camel@localhost.localdomain> <1168012905.6050.59.camel@lade.trondhjem.org> <1168017077.29243.38.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Trond Myklebust , Chaitanya Patti , linux-fsdevel Return-path: Received: from palinux.external.hp.com ([192.25.206.14]:39599 "EHLO mail.parisc-linux.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1422630AbXAERWG (ORCPT ); Fri, 5 Jan 2007 12:22:06 -0500 To: Shaya Potter Content-Disposition: inline In-Reply-To: <1168017077.29243.38.camel@localhost.localdomain> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Fri, Jan 05, 2007 at 12:11:17PM -0500, Shaya Potter wrote: > I guess the question is, why shouldn't a dentry object know what > vfsmount it belongs to is? Can it belong to multiple vfsmount objects? > (Again, probably showing my igornance here). If you have the same tree mounted in two places, they'll have different vfsmounts.