Doh, fix a bug in previous commit. The default is to newfs for new

partitions, not to !newfs.
This commit is contained in:
John Baldwin 2002-11-12 20:40:15 +00:00
parent a872d3c73b
commit ff02a1197f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106823
2 changed files with 2 additions and 2 deletions

View File

@ -385,7 +385,7 @@ get_mountpoint(struct chunk *old)
else if (old)
old->flags &= ~CHUNK_IS_ROOT;
newfs = FALSE;
newfs = TRUE;
if (tmp) {
newfs = tmp->newfs;
safe_free(tmp);

View File

@ -385,7 +385,7 @@ get_mountpoint(struct chunk *old)
else if (old)
old->flags &= ~CHUNK_IS_ROOT;
newfs = FALSE;
newfs = TRUE;
if (tmp) {
newfs = tmp->newfs;
safe_free(tmp);