Whamcloud - gitweb
LU-9575 obdclass: remove cl_for_each defines 85/27385/2
authorBen Evans <bevans@cray.com>
Thu, 1 Jun 2017 20:14:00 +0000 (15:14 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Wed, 7 Jun 2017 20:32:08 +0000 (20:32 +0000)
commitbb7e551cb5e95113906616daa3a7775392d5da62
tree10c1deeea5140333561aa02eb35995fea180a434
parent10218a7d237d83cdc32821d1928ea030696f416a
LU-9575 obdclass: remove cl_for_each defines

cl_for_each and cl_for_each_reverse are simply aliases
for list_for_each_entry and list_for_each_entry_reverse
There is no point to them so just get rid of them and
eliminate any confusion.

Signed-off-by: Ben Evans <bevans@cray.com>
Change-Id: I4f21cc5020142c82999324f0ae7ccb57704a98bd
Reviewed-on: https://review.whamcloud.com/27385
Tested-by: Jenkins
Reviewed-by: Dmitry Eremin <dmitry.eremin@intel.com>
Reviewed-by: James Simmons <uja.ornl@yahoo.com>
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Jinshan Xiong <jinshan.xiong@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/obdclass/cl_io.c