diff options
author | Catalin Marinas <[email protected]> | 2008-12-15 13:54:16 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2008-12-15 16:27:06 -0800 |
commit | 5e18e2b8b3d453e68accc3e295643fe4b5bbc295 (patch) | |
tree | f5569258355ed616ddc26c10b24c3dfad2d3c9d7 /net/unix/af_unix.c | |
parent | 35024c384ba4faaeac361a1ffee05a1475f9a9ed (diff) |
slob: do not pass the SLAB flags as GFP in kmem_cache_create()
The kmem_cache_create() function in the slob allocator passes the SLAB
flags as GFP flags to the slob_alloc() function. The patch changes this
call to pass GFP_KERNEL as the other allocators seem to do.
Signed-off-by: Catalin Marinas <[email protected]>
Acked-by: Matt Mackall <[email protected]>
Cc: Cyrill Gorcunov <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: Pekka Enberg <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions