mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-19 15:33:56 +00:00
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:
parent
b792c4fbed
commit
8b1292ac52
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=154239
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user