From mboxrd@z Thu Jan 1 00:00:00 1970 From: dativecase@gmail.com (Benjamin Myers) Subject: Re: Passing mount parameters into the fs Date: Tue, 14 Nov 2006 17:14:37 -0600 Message-ID: <20061114231437.GC29052@gmail.com> References: <200611151201.20022.manningc2@actrix.gen.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org Return-path: Received: from py-out-1112.google.com ([64.233.166.178]:20309 "EHLO py-out-1112.google.com") by vger.kernel.org with ESMTP id S966462AbWKNXQG (ORCPT ); Tue, 14 Nov 2006 18:16:06 -0500 Received: by py-out-1112.google.com with SMTP id a29so1091787pyi for ; Tue, 14 Nov 2006 15:15:32 -0800 (PST) To: Charles Manning Content-Disposition: inline In-Reply-To: <200611151201.20022.manningc2@actrix.gen.nz> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Hi Charles, On Wed, Nov 15, 2006 at 12:01:19PM +1300, Charles Manning wrote: > Is it possible to pass mount parameters into the fs? > > If so, any examples of how to do that? /usr/src/linux/Documentation/filesystems/vfs.txt they are passed into your filesystem's get_sb -Ben