From: Wei Yongjun Date: Fri, 17 May 2013 08:27:05 +0000 (+0800) Subject: staging: lustre: fix to use list_for_each_entry_safe() when delete items X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~577 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f13ab92effb94c8fc5eade75f6f246facd7ef5be;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed