]> git.baikalelectronics.ru Git - kernel.git/commit
JBD2: jbd2 slab allocation cleanups
authorMingming Cao <cmm@us.ibm.com>
Tue, 16 Oct 2007 22:38:25 +0000 (18:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 17 Oct 2007 22:49:56 +0000 (18:49 -0400)
commit7ee03c26649754215912314bb49ecec59fed9a27
tree8b30dd421361a61c3f2e9c96bd574986b4e78c9e
parent4900fa8d675c19adf629848e5e8ea4c1fe737824
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 <clameter@sgi.com>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
fs/jbd2/commit.c
fs/jbd2/journal.c
fs/jbd2/transaction.c
include/linux/jbd2.h