]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: use KMEM_CACHE instead of kmem_cache_create
authorTheodore Ts'o <tytso@mit.edu>
Thu, 28 Oct 2010 01:30:09 +0000 (21:30 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 28 Oct 2010 01:30:09 +0000 (21:30 -0400)
commit90c10de0b684d68d45c6b9e803748ee87915c4ac
tree620f14e52107d59aee3a0c55135037df4a07ae73
parent3807a91c80bbb500524cc0e78ede157cd267e8a9
ext4: use KMEM_CACHE instead of kmem_cache_create

Also remove the SLAB_RECLAIM_ACCOUNT flag from the system zone kmem
cache.  This slab tends to be fairly static, so it shouldn't be marked
as likely to have free pages that can be reclaimed.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
fs/ext4/block_validity.c
fs/ext4/mballoc.c