In vm_copy_base(), turn off SU+J on the resultant filesystem,

leaving only SU enabled.

Discussed with:	kib (a few weeks ago)
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-09-29 15:30:27 +00:00
parent 66b6967686
commit 91c42fff77
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288370

View File

@ -108,7 +108,7 @@ vm_copy_base() {
umount_loop /dev/${mdnew}
rmdir ${DESTDIR}/new
tunefs -j enable /dev/${mdnew}
tunefs -n enable /dev/${mdnew}
mdconfig -d -u ${mdnew}
mv ${VMBASE}.tmp ${VMBASE}
}