Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] s390: multicast address registration in lcs
[patch 2/10] s390: multicast address registration in lcs. From: Michael Holzheu <holzheu@de.ibm.com> When setting lcs devices online you can run into an endless loop, because the code that registers the multicast addresses uses list_for_each_entry instead of list_for_each_entry_safe. Signed-off-by: Frank Pavlic <pavlic@de.ibm.com>
- Loading branch information