Whamcloud - gitweb
LU-10994 clio: Remove cl_2queue_add wrapper 51/47651/4
authorShivani Bhardwaj <shivanib134@gmail.com>
Mon, 27 Jun 2022 15:13:25 +0000 (11:13 -0400)
committerOleg Drokin <green@whamcloud.com>
Mon, 18 Jul 2022 20:25:11 +0000 (20:25 +0000)
commit5038bf8db83d4cb409b7563f028f48cca0385c19
treea6a5cedb1fa3a6036a5f4a29511e18bd911d384f
parent9153049bdc7ec8217691481df64551e2768455a9
LU-10994 clio: 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.

Linux-commit: 53f1a12768a55e53b2c40e00a8804b1edfa739b3

Change-Id: Ic746c45e3dda9fdf3f1d2f8c6204d80fec5c058f
Signed-off-by: Shivani Bhardwaj <shivanib134@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-on: https://review.whamcloud.com/47651
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/include/cl_object.h
lustre/llite/llite_lib.c
lustre/llite/rw.c
lustre/llite/rw26.c
lustre/obdclass/cl_io.c