Doh, fix a bug in previous commit. The default is to newfs for new
partitions, not to !newfs.
This commit is contained in:
parent
a872d3c73b
commit
ff02a1197f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106823
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user