aboutsummaryrefslogtreecommitdiff
path: root/share/doc
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2012-10-16 09:59:10 +0000
committerAttilio Rao <attilio@FreeBSD.org>2012-10-16 09:59:10 +0000
commit55793cdccf0defd3ebcb3abe6c39747dd1fb91ef (patch)
treeade9f2ab0575d064e4d0632c53650470ddc16396 /share/doc
parente46e3354a4d8b47d0647b9c5d41edd9f0b30dcc6 (diff)
downloadsrc-55793cdccf0defd3ebcb3abe6c39747dd1fb91ef.tar.gz
src-55793cdccf0defd3ebcb3abe6c39747dd1fb91ef.zip
Disconnect non-MPSAFE PORTALFS from the build in preparation for dropping
GIANT from VFS. This is not targeted for MFC.
Notes
Notes: svn path=/head/; revision=241606
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/smm/01.setup/3.t6
-rw-r--r--share/doc/smm/01.setup/4.t1
2 files changed, 2 insertions, 5 deletions
diff --git a/share/doc/smm/01.setup/3.t b/share/doc/smm/01.setup/3.t
index 5b0afd4775ca..fb7be963f079 100644
--- a/share/doc/smm/01.setup/3.t
+++ b/share/doc/smm/01.setup/3.t
@@ -1237,10 +1237,8 @@ location that uses a different password file.
.PP
Other new filesystems that may be stacked include the loopback filesystem
.Xr mount_lofs (8),
-the kernel filesystem
-.Xr mount_kernfs (8),
-and the portal filesystem
-.Xr mount_portal (8).
+and the kernel filesystem
+.Xr mount_kernfs (8).
.PP
The buffer cache in the kernel is now organized as a file block cache
rather than a device block cache.
diff --git a/share/doc/smm/01.setup/4.t b/share/doc/smm/01.setup/4.t
index 25f9efa42b8b..149aab04467b 100644
--- a/share/doc/smm/01.setup/4.t
+++ b/share/doc/smm/01.setup/4.t
@@ -89,7 +89,6 @@ miscfs miscellaneous filesystems broken down as follows
kernfs filesystem access to kernel data structures
lofs loopback filesystem
nullfs another loopback filesystem
- portal associate processes with filesystem locations
specfs device special files
umapfs provide alternate uid/gid mappings
dev generic device drivers (SCSI, vnode, concatenated disk)