]> git.baikalelectronics.ru Git - kernel.git/commit
staging: lustre: lnet: remove LNET_MUTEX_LOCK macro
authorMike Shuey <shuey@purdue.edu>
Tue, 19 May 2015 14:14:39 +0000 (10:14 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 31 May 2015 00:35:38 +0000 (09:35 +0900)
commit3e77fd2a0e27ab74249b04e8535d8ec523a48ad7
treeb7752bd1702d4a58d9cc0df377500c56146501a9
parent3da77b455f4686b243780762bb8e459f9b73fccd
staging: lustre: lnet: remove LNET_MUTEX_LOCK macro

LNET_MUTEX_LOCK and LNET_MUTEX_UNLOCK are verbose wrappers to mutex_lock and
mutex_unlock.  Get rid of these.

Signed-off-by: Mike Shuey <shuey@purdue.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/include/linux/lnet/lib-lnet.h
drivers/staging/lustre/lnet/lnet/api-ni.c
drivers/staging/lustre/lnet/lnet/module.c