linux/drivers/staging/lustre
Wei Yongjun f13ab92eff staging: lustre: fix to use list_for_each_entry_safe() when delete items
Since we will remove items off the list using list_del_init() we need
to use a safe version of the list_for_each_entry() macro aptly named
list_for_each_entry_safe().

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-05-17 15:05:07 -07:00
..
include/linux
lnet
lustre staging: lustre: fix to use list_for_each_entry_safe() when delete items 2013-05-17 15:05:07 -07:00
Kconfig
Makefile
TODO