Staging: lustre: Convert macro class_export_rpc_dec into static inline function
authorSomya Anand <somyaanand214@gmail.com>
Sat, 21 Mar 2015 12:50:25 +0000 (18:20 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Mar 2015 21:13:50 +0000 (22:13 +0100)
commit5fb0acb435c92760c4157df134e88103f1461b32
tree350a93ea023a191eabd6ea22825d23a1ee570389
parent28b9d6f14d30eae2d600a3f6deac625f26591820
Staging: lustre: Convert macro class_export_rpc_dec into static inline function

This patch converts the macro class_export_rpc_dec into static inline
function. This is possible because the types of arguments at all the call
sites are same. So, the type of parameter is compatible with the types of
the arguments at all of the call sites.

Signed-off-by: Somya Anand <somyaanand214@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/obd_class.h