Skip to content
Snippets Groups Projects
Commit 9933fc0a authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

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: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 33853a0d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment