From: Joern Engel Date: Thu, 15 Apr 2010 06:03:57 +0000 (+0200) Subject: [LogFS] Prevent mempool_destroy NULL pointer dereference X-Git-Tag: v2.6.34-rc6~76^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f1b0008e8dd1930d6e89522c70f4a438374302a;p=pandora-kernel.git [LogFS] Prevent mempool_destroy NULL pointer dereference It would probably be better to just accept NULL pointers in mempool_destroy(). But for the current -rc series let's keep things simple. This patch was lost in the cracks for a while. Kevin Cernekee had to rediscover the problem and send a similar patch because of it. :( Signed-off-by: Joern Engel --- Reading git-diff-tree failed