diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-05-17 16:27:05 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-05-17 15:05:07 -0700 |
commit | f13ab92effb94c8fc5eade75f6f246facd7ef5be (patch) | |
tree | e34551bf50152610b473a9cf6ec146a55283efea /drivers/staging/xgifb | |
parent | 49c144c8630573c5cf3534842ff30ce7232d9487 (diff) |
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>
Diffstat (limited to 'drivers/staging/xgifb')
0 files changed, 0 insertions, 0 deletions