staging: lustre: Remove cl_2queue_add wrapper
authorShivani Bhardwaj <shivanib134@gmail.com>
Wed, 11 Nov 2015 10:13:28 +0000 (15:43 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 21 Dec 2015 23:40:18 +0000 (15:40 -0800)
commit53f1a12768a55e53b2c40e00a8804b1edfa739b3
treed8780ac4cf84b211b5da0c7629a0310910939083
parentc328ae39e5d66be956fbdfbb7fba544ed1552fe2
staging: lustre: Remove cl_2queue_add wrapper

Remove the wrapper function cl_2queue_add() and replace all its calls in
different files with the function it wrapped. Also, comments are added
wherever necessary to make the working of function clear. Prototype of
the function is also removed from the header file as it is no longer
needed.

Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/cl_object.h
drivers/staging/lustre/lustre/llite/rw26.c
drivers/staging/lustre/lustre/llite/vvp_io.c
drivers/staging/lustre/lustre/obdclass/cl_io.c
drivers/staging/lustre/lustre/obdecho/echo_client.c
This page took 0.0282 seconds and 5 git commands to generate.