From: Matthew Dobson Date: Sun, 26 Mar 2006 09:37:50 +0000 (-0800) Subject: [PATCH] mempool: use mempool_create_slab_pool() X-Git-Tag: v2.6.17-rc1~603 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93d2341c750cda0df48a6cc67b35fe25f1ec47df;p=pandora-kernel.git [PATCH] mempool: use mempool_create_slab_pool() Modify well over a dozen mempool users to call mempool_create_slab_pool() rather than calling mempool_create() with extra arguments, saving about 30 lines of code and increasing readability. Signed-off-by: Matthew Dobson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed