Creating memory file systems with softupdates enabled is pointless,

don't do it.

PR:		conf/85558
Submitted by:	Ralf Wenk <RZ dash FreeBSD0605 at hs dash karlsruhe dot de>
MFC after:	5 days
This commit is contained in:
brooks 2006-01-11 21:59:30 +00:00
parent 6ba41e32ae
commit bada3291be

View File

@ -145,7 +145,7 @@ chkerr() {
# Create a generic memory disk
#
mount_md() {
/sbin/mdmfs -i 4096 -s $1 -M md $2
/sbin/mdmfs -S -i 4096 -s $1 -M md $2
}
# Create the memory filesystem if it has not already been created