On Mon, Jul 24, 2017 at 07:01:58PM -0400, Dennis Zhou wrote: > From: "Dennis Zhou (Facebook)" <dennissz...@gmail.com> > > The first chunk is handled as a special case as it is composed of the > static, reserved, and dynamic regions. The code handles each case > individually. The next several patches will merge these code paths and > lay the foundation for the bitmap allocator. > > This patch modifies logic to enforce that a dynamic region exists and > changes the area map to account for that. This brings the logic closer > to the dynamic chunk's init logic. > > Signed-off-by: Dennis Zhou <dennissz...@gmail.com>
Reviewed-by: Josef Bacik <jba...@fb.com> Thanks, Josef