diff options
author | attilio <attilio@FreeBSD.org> | 2011-11-08 10:18:07 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2011-11-08 10:18:07 +0000 |
commit | 8e918ec4392cb32837f42437c386d9dfb54b257c (patch) | |
tree | aad727fea4dcc49faa4e9a9a2e7735212da7d6c5 /sys/pc98/conf | |
parent | c3fe1633d0da1a6ef3d16c2308160a9f52d6a464 (diff) | |
download | FreeBSD-src-8e918ec4392cb32837f42437c386d9dfb54b257c.zip FreeBSD-src-8e918ec4392cb32837f42437c386d9dfb54b257c.tar.gz |
Introduce the option VFS_ALLOW_NONMPSAFE and turn it on by default on
all the architectures.
The option allows to mount non-MPSAFE filesystem. Without it, the
kernel will refuse to mount a non-MPSAFE filesytem.
This patch is part of the effort of killing non-MPSAFE filesystems
from the tree.
No MFC is expected for this patch.
Tested by: gianni
Reviewed by: kib
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r-- | sys/pc98/conf/DEFAULTS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/pc98/conf/DEFAULTS b/sys/pc98/conf/DEFAULTS index 6c8b561..342a604 100644 --- a/sys/pc98/conf/DEFAULTS +++ b/sys/pc98/conf/DEFAULTS @@ -29,3 +29,6 @@ options GEOM_PART_PC98 device atpic options NEW_PCIB + +# Allow mounting non-MPSAFE filesystems +options VFS_ALLOW_NONMPSAFE |