Skip to content
Commit af1e76d6 authored by Mingming Cao's avatar Mingming Cao Committed by Theodore Ts'o
Browse files

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: default avatarChristoph Lameter <clameter@sgi.com>
Signed-off-by: default avatarMingming Cao <cmm@us.ibm.com>
parent c089d490
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment