Staging: lustre: Replace LPROCFS_CLIMP_EXIT with up_read
authorKsenija Stanojevic <ksenija.stanojevic@gmail.com>
Thu, 29 Oct 2015 00:30:43 +0000 (17:30 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
commite5b6b5d48fa26dd5bb1ec8d6829d318ef4c8585b
tree2dfee363d4d5df36b3c563214eb556a0615f7b81
parentb2cb0686041c91b0bfdd580e1b54eec06af3280d
Staging: lustre: Replace LPROCFS_CLIMP_EXIT with up_read

In all call sites type of argument that macro LPROCFS_CLIMP_EXIT
use is the same, so replace it with up_read function.
Also remove the macro since it's no longer used.

Signed-off-by: Ksenija Stanojevic <ksenija.stanojevic@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/lprocfs_status.h
drivers/staging/lustre/lustre/mgc/mgc_request.c
drivers/staging/lustre/lustre/obdclass/lprocfs_status.c
drivers/staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c
This page took 0.026444 seconds and 5 git commands to generate.