mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remember to update the providers idea of its size when we reconfigure
a slice child. Approved by: re
This commit is contained in:
parent
2b6f8fc5fc
commit
534de7e11d
1 changed files with 1 additions and 0 deletions
|
|
@ -279,6 +279,7 @@ g_slice_config(struct g_geom *gp, int index, int how, off_t offset, off_t length
|
|||
printf("GEOM: Reconfigure %s, start %jd length %jd end %jd\n",
|
||||
pp->name, (intmax_t)offset, (intmax_t)length,
|
||||
(intmax_t)(offset + length - 1));
|
||||
pp->mediasize = gsl->length;
|
||||
return (0);
|
||||
}
|
||||
va_start(ap, fmt);
|
||||
|
|
|
|||
Loading…
Reference in a new issue