From: WANG Cong Date: Tue, 18 Dec 2007 00:19:58 +0000 (-0800) Subject: mm/sparse.c: check the return value of sparse_index_alloc() X-Git-Tag: v2.6.24-rc6~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af0cd5a7c3cded50c25e98acd94912d17a0eb914;p=pandora-kernel.git mm/sparse.c: check the return value of sparse_index_alloc() Since sparse_index_alloc() can return NULL on memory allocation failure, we must deal with the failure condition when calling it. Signed-off-by: WANG Cong Cc: Christoph Lameter Cc: Rik van Riel Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed