diff options
author | attilio <attilio@FreeBSD.org> | 2012-10-16 09:59:10 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2012-10-16 09:59:10 +0000 |
commit | efcca33ac515c354e18135425794400ea32406a8 (patch) | |
tree | ade9f2ab0575d064e4d0632c53650470ddc16396 /share/doc | |
parent | 86c40ddfb934443151016d054ccb33321d4c11c5 (diff) | |
download | FreeBSD-src-efcca33ac515c354e18135425794400ea32406a8.zip FreeBSD-src-efcca33ac515c354e18135425794400ea32406a8.tar.gz |
Disconnect non-MPSAFE PORTALFS from the build in preparation for dropping
GIANT from VFS.
This is not targeted for MFC.
Diffstat (limited to 'share/doc')
-rw-r--r-- | share/doc/smm/01.setup/3.t | 6 | ||||
-rw-r--r-- | share/doc/smm/01.setup/4.t | 1 |
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 5b0afd4..fb7be96 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 25f9efa..149aab0 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) |