commit | 9933fc0ac1ac14b795819cd63d05ea92112f690a | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Aug 01 08:45:02 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Aug 01 08:45:02 2011 -0400 |
tree | bff42e3494fd5401e6b171ddae8f52ecd1defd91 | |
parent | 33853a0dde359ded0534204eb6857ad5166d515b [diff] |
ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree() Introduce new helper functions which try kmalloc, and then fall back to vmalloc if necessary, and use them for allocating and deallocating s_flex_groups. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>