Re: [PATCH 3/9] v3 Add section count to memory_block struct

2010-10-04 Thread KAMEZAWA Hiroyuki
On Fri, 01 Oct 2010 13:30:40 -0500 Nathan Fontenot wrote: > Add a section count property to the memory_block struct to track the number > of memory sections that have been added/removed from a memory block. This > allows us to know when the last memory section of a memory block has been > removed

Re: [PATCH 3/9] v3 Add section count to memory_block struct

2010-10-01 Thread Robin Holt
On Fri, Oct 01, 2010 at 01:30:40PM -0500, Nathan Fontenot wrote: > Add a section count property to the memory_block struct to track the number > of memory sections that have been added/removed from a memory block. This > allows us to know when the last memory section of a memory block has been > re

[PATCH 3/9] v3 Add section count to memory_block struct

2010-10-01 Thread Nathan Fontenot
Add a section count property to the memory_block struct to track the number of memory sections that have been added/removed from a memory block. This allows us to know when the last memory section of a memory block has been removed so we can remove the memory block. Signed-off-by: Nathan Fontenot