Staging: lustre: include: Convert macro class_export_lock_put into static inline...
authorKsenija Stanojevic <ksenija.stanojevic@gmail.com>
Sat, 17 Oct 2015 16:19:46 +0000 (18:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 18 Oct 2015 03:16:37 +0000 (20:16 -0700)
commitd811ed6974532cdb47301ba993f766c6e5b3fd5d
tree042ba7993d51df5e02b33030a3140c79408bb723
parentedc6a40e3a75650be003be0e35a54f3edc6b4f7e
Staging: lustre: include: Convert macro class_export_lock_put into static inline function

Static inline functions are preferred over macros. This change is safe
because the types of arguments at all the call sites are same.

Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/obd_class.h
This page took 0.024284 seconds and 5 git commands to generate.