diff options
author | attilio <attilio@FreeBSD.org> | 2012-10-18 12:04:56 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2012-10-18 12:04:56 +0000 |
commit | 65d8b7120dda17d3319b5cb108caf8e3596f905f (patch) | |
tree | bd8beba1f741059b6d9618b1d3ae6b157a5183c3 /sys/conf/NOTES | |
parent | 79873f5916d43087246ed5b95823cc20014e07a4 (diff) | |
download | FreeBSD-src-65d8b7120dda17d3319b5cb108caf8e3596f905f.zip FreeBSD-src-65d8b7120dda17d3319b5cb108caf8e3596f905f.tar.gz |
Disconnect non-MPSAFE SMBFS from the build in preparation for dropping
GIANT from VFS. In addition, disconnect also netsmb, which is a base
requirement for SMBFS.
In the while SMBFS regular users can use FUSE interface and smbnetfs
port to work with their SMBFS partitions.
Also, there are ongoing efforts by vendor to support in-kernel smbfs,
so there are good chances that it will get relinked once properly locked.
This is not targeted for MFC.
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 3d1d9e9..f16bf70 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -573,12 +573,6 @@ options IPX #IPX/SPX communications protocols options NETATALK #Appletalk communications protocols options NETATALKDEBUG #Appletalk debugging -# -# SMB/CIFS requester -# NETSMB enables support for SMB protocol, it requires LIBMCHAIN and LIBICONV -# options. -options NETSMB #SMB/CIFS requester - # mchain library. It can be either loaded as KLD or compiled into kernel options LIBMCHAIN @@ -1010,7 +1004,6 @@ options NULLFS #NULL filesystem options PROCFS #Process filesystem (requires PSEUDOFS) options PSEUDOFS #Pseudo-filesystem framework options PSEUDOFS_TRACE #Debugging support for PSEUDOFS -options SMBFS #SMB/CIFS filesystem options TMPFS #Efficient memory filesystem options UDF #Universal Disk Format options UNIONFS #Union filesystem |