]> git.baikalelectronics.ru Git - kernel.git/commit
staging: lustre: replace OBD_SLAB_ALLOC_PTR with kmem_cache_alloc
authorMike Rapoport <mike.rapoport@gmail.com>
Tue, 20 Oct 2015 09:39:48 +0000 (12:39 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Oct 2015 01:46:17 +0000 (18:46 -0700)
commit06b8f6b5239fc63f6348b580072a221f29c281db
treea02de41fde83c1558b0a5932a5f1e082aeae1711
parent6d0d48aa47aad2660855441e9c2130b966b46b30
staging: lustre: replace OBD_SLAB_ALLOC_PTR with kmem_cache_alloc

The OBD_SLAB_ALLOC_PTR macro expands to call to kmem_cache_alloc,
which may be used directly.

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