linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Passing mount parameters into the fs
@ 2006-11-14 23:01 Charles Manning
  2006-11-14 23:14 ` Avishay Traeger
  2006-11-14 23:14 ` Benjamin Myers
  0 siblings, 2 replies; 3+ messages in thread
From: Charles Manning @ 2006-11-14 23:01 UTC (permalink / raw)
  To: linux-fsdevel

Is it possible to pass mount parameters into the fs?

If so, any examples of how to do that?

Thanx

-- CHarles

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Passing mount parameters into the fs
  2006-11-14 23:01 Passing mount parameters into the fs Charles Manning
@ 2006-11-14 23:14 ` Avishay Traeger
  2006-11-14 23:14 ` Benjamin Myers
  1 sibling, 0 replies; 3+ messages in thread
From: Avishay Traeger @ 2006-11-14 23:14 UTC (permalink / raw)
  To: Charles Manning; +Cc: linux-fsdevel

On Wed, 2006-11-15 at 12:01 +1300, Charles Manning wrote:
> Is it possible to pass mount parameters into the fs?
> 
> If so, any examples of how to do that?
> 
> Thanx
> 
> -- CHarles

Yes there is.  You can see an example in ext2's parse_options() function
(fs/ext2/super.c).  It basically uses the code in lib/parser.c.

Avishay Traeger
http://www.fsl.cs.sunysb.edu/~avishay/


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Passing mount parameters into the fs
  2006-11-14 23:01 Passing mount parameters into the fs Charles Manning
  2006-11-14 23:14 ` Avishay Traeger
@ 2006-11-14 23:14 ` Benjamin Myers
  1 sibling, 0 replies; 3+ messages in thread
From: Benjamin Myers @ 2006-11-14 23:14 UTC (permalink / raw)
  To: Charles Manning; +Cc: linux-fsdevel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-11-14 23:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-14 23:01 Passing mount parameters into the fs Charles Manning
2006-11-14 23:14 ` Avishay Traeger
2006-11-14 23:14 ` Benjamin Myers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).