git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33853a0
)
ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree()
author
Theodore Ts'o
<tytso@mit.edu>
Mon, 1 Aug 2011 12:45:02 +0000
(08:45 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 1 Aug 2011 12:45:02 +0000
(08:45 -0400)
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>
No differences found