]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging/lustre/llite: Get rid of OBD_ALLOC/FREE_PTR
authorOleg Drokin <green@linuxhacker.ru>
Wed, 16 Sep 2015 16:26:56 +0000 (12:26 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Sep 2015 03:32:10 +0000 (20:32 -0700)
commitaf13af52e488ed2d2044924ea73ecb8589fc4d3b
tree2164e29b209ce543d3b15d993b49c96d60c92584
parentfca5ba8a1d047b4eddc1774d64eccdf9724a9577
staging/lustre/llite: Get rid of OBD_ALLOC/FREE_PTR

The remaining users in ll_open_cleanup and obd_mod_alloc
are converted to regular kzalloc/kfree.

Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/obd.h
drivers/staging/lustre/lustre/llite/llite_lib.c