From: Rusty Russell Date: Mon, 16 Jul 2007 06:42:00 +0000 (-0700) Subject: permit mempool_free(NULL) X-Git-Tag: v2.6.23-rc1~791 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c80e7a826c10cf5bce8487fbaede48bd0bd48d08;p=pandora-kernel.git permit mempool_free(NULL) Christian Borntraeger points out that mempool_free() doesn't noop when handed NULL. This is inconsistent with the other free-like functions in the kernel. Signed-off-by: Rusty Russell Cc: Christian Borntraeger Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed