From: Nathan Fontenot Date: Tue, 19 Oct 2010 17:46:19 +0000 (-0500) Subject: Driver core: Add section count to memory_block struct X-Git-Tag: v2.6.37-rc1~156^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07681215975e05a1454b0afdeef07deb0db626ee;p=pandora-kernel.git Driver core: Add section count to memory_block struct 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 Reviewed-by: Robin Holt Reviewed-by: KAMEZAWA Hiroyuki Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed