commit | 1f1b0008e8dd1930d6e89522c70f4a438374302a | [log] [tgz] |
---|---|---|
author | Joern Engel <joern@logfs.org> | Thu Apr 15 08:03:57 2010 +0200 |
committer | Joern Engel <joern@logfs.org> | Thu Apr 15 08:03:57 2010 +0200 |
tree | fb35404bdb4db79925891779e3be118eca8e85dd | |
parent | ead88af5f577fd2b399a0fcdfe52605116fac489 [diff] |
[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 <cernekee@gmail.com> had to rediscover the problem and send a similar patch because of it. :( Signed-off-by: Joern Engel <joern@logfs.org>