]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: lustre: replace OBD_SLAB_ALLOC_GFP with kmem_cache_alloc
authorMike Rapoport <mike.rapoport@gmail.com>
Tue, 20 Oct 2015 09:39:50 +0000 (12:39 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Oct 2015 01:46:17 +0000 (18:46 -0700)
commitebbc7c8b920e57c4ab3291b382ada1b92ca70822
tree4f18ce175d8d92ae526ca59fa69d3f7e18e28d61
parentccaabce1171b3194ded7c3961ed33ff09a5a0739
staging: lustre: replace OBD_SLAB_ALLOC_GFP with kmem_cache_alloc

Use kmem_cache_free directly instead of wrapping macro.

Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/llite/remote_perm.c