From: Mingming Cao Date: Tue, 16 Oct 2007 22:38:25 +0000 (-0400) Subject: JBD2: jbd2 slab allocation cleanups X-Git-Tag: v2.6.24-rc1~471 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af1e76d6b3f37cb89d9192eaf83588adaf4728eb;p=pandora-kernel.git JBD2: jbd2 slab allocation cleanups JBD2: Replace slab allocations with page allocations JBD2 allocate memory for committed_data and frozen_data from slab. However JBD2 should not pass slab pages down to the block layer. Use page allocator pages instead. This will also prepare JBD for the large blocksize patchset. Signed-off-by: Christoph Lameter Signed-off-by: Mingming Cao --- Reading git-diff-tree failed