From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754383AbbFSH7P (ORCPT ); Fri, 19 Jun 2015 03:59:15 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:53409 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753467AbbFSH7I (ORCPT ); Fri, 19 Jun 2015 03:59:08 -0400 Date: Fri, 19 Jun 2015 08:59:03 +0100 From: Al Viro To: Miklos Szeredi Cc: David Howells , sds@tycho.nsa.gov, Linux-Fsdevel , linux-security-module@vger.kernel.org, "linux-unionfs@vger.kernel.org" , Kernel Mailing List Subject: Re: [PATCH 0/8] Security: Provide unioned file support Message-ID: <20150619075903.GI17109@ZenIV.linux.org.uk> References: <20150618133215.12722.70352.stgit@warthog.procyon.org.uk> <20150619072015.GH17109@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 19, 2015 at 09:52:55AM +0200, Miklos Szeredi wrote: > Brave. > > What's going to happen to all those f_path.dentry uses where the > filesystem thinks it's getting its own dentry? > > > git grep f_path.dentry | wc -l > 171 How many of those are not for directories *and* not in something like CIFS or debugfs?