]> git.baikalelectronics.ru Git - kernel.git/commit
JBD: JBD 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)
commit4900fa8d675c19adf629848e5e8ea4c1fe737824
tree8faffea3bdcfdd48ce175ac92d5088ced4f1c969
parent60c96f97e03227005a046d04dc2464868b3d19e7
JBD: JBD slab allocation cleanups

JBD: Replace slab allocations with page allocations

JBD allocate memory for committed_data and frozen_data from slab. However
JBD 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/jbd/commit.c
fs/jbd/journal.c
fs/jbd/transaction.c
include/linux/jbd.h