mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 02:12:45 +00:00
mount_null(8) -> mount_nullfs(8).
This commit is contained in:
parent
22f7d1021a
commit
57a523ae6b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77130
@ -46,7 +46,7 @@
|
||||
/*
|
||||
* Null Layer
|
||||
*
|
||||
* (See mount_null(8) for more information.)
|
||||
* (See mount_nullfs(8) for more information.)
|
||||
*
|
||||
* The null layer duplicates a portion of the file system
|
||||
* name space under a new name. In this respect, it is
|
||||
@ -69,8 +69,8 @@
|
||||
*
|
||||
* INSTANTIATING NEW NULL LAYERS
|
||||
*
|
||||
* New null layers are created with mount_null(8).
|
||||
* Mount_null(8) takes two arguments, the pathname
|
||||
* New null layers are created with mount_nullfs(8).
|
||||
* Mount_nullfs(8) takes two arguments, the pathname
|
||||
* of the lower vfs (target-pn) and the pathname where the null
|
||||
* layer will appear in the namespace (alias-pn). After
|
||||
* the null layer is put into place, the contents
|
||||
@ -127,7 +127,7 @@
|
||||
* vnode before returning it to the caller.
|
||||
*
|
||||
* For example, imagine mounting a null layer with
|
||||
* "mount_null /usr/include /dev/layer/null".
|
||||
* "mount_nullfs /usr/include /dev/layer/null".
|
||||
* Changing directory to /dev/layer/null will assign
|
||||
* the root null-node (which was created when the null layer was mounted).
|
||||
* Now consider opening "sys". A vop_lookup would be
|
||||
|
Loading…
Reference in New Issue
Block a user