]> Git Repo - linux.git/commit
permit mempool_free(NULL)
authorRusty Russell <[email protected]>
Mon, 16 Jul 2007 06:42:00 +0000 (23:42 -0700)
committerLinus Torvalds <[email protected]>
Mon, 16 Jul 2007 16:05:52 +0000 (09:05 -0700)
commitc80e7a826c10cf5bce8487fbaede48bd0bd48d08
tree90a8f4dd0c936eacab217a183a9ff311ad259a32
parent5e70030d4cf91613530a23b40ad9919bb9ee114f
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 <[email protected]>
Cc: Christian Borntraeger <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/mempool.c
This page took 0.045336 seconds and 4 git commands to generate.