From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754642AbbFSOEY (ORCPT ); Fri, 19 Jun 2015 10:04:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48771 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754413AbbFSOEJ (ORCPT ); Fri, 19 Jun 2015 10:04:09 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: References: <20150618133215.12722.70352.stgit@warthog.procyon.org.uk> <20150619072015.GH17109@ZenIV.linux.org.uk> To: Miklos Szeredi Cc: dhowells@redhat.com, Al Viro , 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 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <13611.1434722644.1@warthog.procyon.org.uk> Date: Fri, 19 Jun 2015 15:04:04 +0100 Message-ID: <13612.1434722644@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Miklos Szeredi wrote: > What's going to happen to all those f_path.dentry uses where the > filesystem thinks it's getting its own dentry? Hmmm... I guess that breaks CIFS. David -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/ From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [PATCH 0/8] Security: Provide unioned file support Date: Fri, 19 Jun 2015 15:04:04 +0100 Message-ID: <13612.1434722644@warthog.procyon.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" Cc: dhowells@redhat.com, Al Viro , sds@tycho.nsa.gov, Linux-Fsdevel , linux-security-module@vger.kernel.org, "linux-unionfs@vger.kernel.org" , Kernel Mailing List To: Miklos Szeredi Return-path: In-Reply-To: Content-ID: <13611.1434722644.1@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Miklos Szeredi wrote: > What's going to happen to all those f_path.dentry uses where the > filesystem thinks it's getting its own dentry? Hmmm... I guess that breaks CIFS. David