]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree()
authorTheodore Ts'o <tytso@mit.edu>
Mon, 1 Aug 2011 12:45:02 +0000 (08:45 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 1 Aug 2011 12:45:02 +0000 (08:45 -0400)
commit32527b7e700f0ef5d3a485e433bc9a5f378b726d
treebff42e3494fd5401e6b171ddae8f52ecd1defd91
parentd455a43ec46c352ad86f88a7df21cf5f4e60c065
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>
fs/ext4/ext4.h
fs/ext4/super.c