Subject: [merged] sctp-convert-__list_for_each-use-to-list_for_each.patch removed from -mm tree To: davej@xxxxxxxxxx,davem@xxxxxxxxxxxxx,nhorman@xxxxxxxxxxxxx,vyasevich@xxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Tue, 25 Jun 2013 12:23:10 -0700 The patch titled Subject: sctp: convert __list_for_each use to list_for_each has been removed from the -mm tree. Its filename was sctp-convert-__list_for_each-use-to-list_for_each.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Dave Jones <davej@xxxxxxxxxx> Subject: sctp: convert __list_for_each use to list_for_each Signed-off-by: Dave Jones <davej@xxxxxxxxxx> Cc: Vlad Yasevich <vyasevich@xxxxxxxxx> Cc: Neil Horman <nhorman@xxxxxxxxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- net/sctp/protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN net/sctp/protocol.c~sctp-convert-__list_for_each-use-to-list_for_each net/sctp/protocol.c --- a/net/sctp/protocol.c~sctp-convert-__list_for_each-use-to-list_for_each +++ a/net/sctp/protocol.c @@ -178,7 +178,7 @@ static void sctp_get_local_addr_list(str rcu_read_lock(); for_each_netdev_rcu(net, dev) { - __list_for_each(pos, &sctp_address_families) { + list_for_each(pos, &sctp_address_families) { af = list_entry(pos, struct sctp_af, list); af->copy_addrlist(&net->sctp.local_addr_list, dev); } _ Patches currently in -mm which might be from davej@xxxxxxxxxx are linux-next.patch radeon-remove-redundant-__list_for_each-definition-from-mkregtablec.patch ipw2200-convert-__list_for_each-usage-to-list_for_each.patch list-remove-__list_for_each.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html