All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kNFSd - 6 of 7 - Create a mountpoint for the nfsd filesystem.
@ 2003-08-05  3:59 NeilBrown
  0 siblings, 0 replies; only message in thread
From: NeilBrown @ 2003-08-05  3:59 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: nfs

### Comments for ChangeSet

Though the nfsd module can create this, having it always
there makes auto-loading-on-mount work better.

Note: it was previously recommended that the nfsd filesystem be mounted
on /proc/fs/nfs, which I was never comfortable with.
Henceforth the recommended location will be /proc/fs/nfsd.
nfs-utils 1.0.6 and later will support both.

 ----------- Diffstat output ------------
 ./fs/proc/root.c |    1 +
 1 files changed, 1 insertion(+)

diff ./fs/proc/root.c~current~ ./fs/proc/root.c
--- ./fs/proc/root.c~current~	2003-08-04 11:37:38.000000000 +1000
+++ ./fs/proc/root.c	2003-08-04 11:37:48.000000000 +1000
@@ -65,6 +65,7 @@ void __init proc_root_init(void)
 #endif
 	proc_root_fs = proc_mkdir("fs", 0);
 	proc_root_driver = proc_mkdir("driver", 0);
+	proc_mkdir("fs/nfsd", 0); /* somewhere for the nfsd filesystem to be mounted */
 #if defined(CONFIG_SUN_OPENPROMFS) || defined(CONFIG_SUN_OPENPROMFS_MODULE)
 	/* just give it a mountpoint */
 	proc_mkdir("openprom", 0);


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-05  3:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-05  3:59 [PATCH] kNFSd - 6 of 7 - Create a mountpoint for the nfsd filesystem NeilBrown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.