From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erez Zadok Subject: Re: [patch 00/10] vfs: add helpers to check r/o bind mounts Date: Wed, 2 Apr 2008 17:22:08 -0400 Message-ID: <200804022122.m32LM8Ao014937@agora.fsl.cs.sunysb.edu> References: <20080402201247.358430231@szeredi.hu> Cc: viro@zeniv.linux.org.uk, akpm@linux-foundation.org, dave@linux.vnet.ibm.com, ezk@cs.sunysb.edu, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org To: Miklos Szeredi Return-path: Received: from filer.fsl.cs.sunysb.edu ([130.245.126.2]:52080 "EHLO filer.fsl.cs.sunysb.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754865AbYDBVlE (ORCPT ); Wed, 2 Apr 2008 17:41:04 -0400 In-reply-to: Your message of "Wed, 02 Apr 2008 22:12:47 +0200." <20080402201247.358430231@szeredi.hu> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: In message <20080402201247.358430231@szeredi.hu>, Miklos Szeredi writes: > See first patch for description. This is against vfs-2.6 + two > patches I posted recently. > > It's not for -mm yet, as it needs conversion of unionfs (will that be > done by me, I wonder?) Miklos, I'll be happy to do the conversion of unionfs in -mm to use these path_* helpers. Is the code in these helpers going to change at all? Can I expect the API to remain stable? > Thanks, > Miklos Thanks, Erez.