From c80e7a826c10cf5bce8487fbaede48bd0bd48d08 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Sun, 15 Jul 2007 23:42:00 -0700 Subject: [PATCH] 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-format-patch failed