From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: Use of "device" argument in mount. Date: Fri, 9 May 2003 15:40:48 +0100 Sender: linux-fsdevel-owner@vger.kernel.org Message-ID: <20030509154048.A26528@infradead.org> References: <3EBBBCCB.8B4B24B7@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, fist@cs.columbia.edu Return-path: Received: from phoenix.mvhi.com ([195.224.96.167]:29198 "EHLO phoenix.infradead.org") by vger.kernel.org with ESMTP id S263268AbTEIO2L (ORCPT ); Fri, 9 May 2003 10:28:11 -0400 To: Jerome de Vivie Content-Disposition: inline In-Reply-To: <3EBBBCCB.8B4B24B7@free.fr>; from jerome.devivie@free.fr on Fri, May 09, 2003 at 04:35:55PM +0200 List-Id: linux-fsdevel.vger.kernel.org On Fri, May 09, 2003 at 04:35:55PM +0200, Jerome de Vivie wrote: > > In loopback mount, a pathname could be used for the device argument. As > for loopback mount, i wish to use the device argument to pass a pathname > to a stackable filesystem. Is it easyly doable ? In Linux 2.4 it's not doable, in Linux 2.5 it's easily doable.