aboutsummaryrefslogtreecommitdiff
path: root/sbin/mount/mount.c
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2012-10-18 12:04:56 +0000
committerAttilio Rao <attilio@FreeBSD.org>2012-10-18 12:04:56 +0000
commit2e564269d0af3703815a10effe03c1f1773c9a46 (patch)
treebd8beba1f741059b6d9618b1d3ae6b157a5183c3 /sbin/mount/mount.c
parentf9e26776a6149cb54a6b488f1c4465598d0015cf (diff)
downloadsrc-2e564269d0af3703815a10effe03c1f1773c9a46.tar.gz
src-2e564269d0af3703815a10effe03c1f1773c9a46.zip
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.
Notes
Notes: svn path=/head/; revision=241680
Diffstat (limited to 'sbin/mount/mount.c')
-rw-r--r--sbin/mount/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount/mount.c b/sbin/mount/mount.c
index a69c673f0711..1984eaced0f7 100644
--- a/sbin/mount/mount.c
+++ b/sbin/mount/mount.c
@@ -143,7 +143,7 @@ use_mountprog(const char *vfstype)
unsigned int i;
const char *fs[] = {
"cd9660", "mfs", "msdosfs", "nfs",
- "nullfs", "oldnfs", "smbfs", "udf", "unionfs",
+ "nullfs", "oldnfs", "udf", "unionfs",
NULL
};