]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit44bc52b8cd02953e41bb16c2e2f0db49b22ee30b
tree042ba7993d51df5e02b33030a3140c79408bb723
parent28ad9b21064658306c5c05f8b3952371a0b5eb24
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