Remember to update the providers idea of its size when we reconfigure
a slice child. Approved by: re
This commit is contained in:
parent
f56a1ec8b6
commit
8411a44a2f
@ -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…
x
Reference in New Issue
Block a user