The patch titled net: af_packet: remove unused variable has been removed from the -mm tree. Its filename was net-af_packet-remove-unused-variable.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: net: af_packet: remove unused variable From: Jiri Olsa <olsajiri@xxxxxxxxx> Signed-off-by: Jiri Olsa <olsajiri@xxxxxxxxx> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- net/packet/af_packet.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN net/packet/af_packet.c~net-af_packet-remove-unused-variable net/packet/af_packet.c --- a/net/packet/af_packet.c~net-af_packet-remove-unused-variable +++ a/net/packet/af_packet.c @@ -1658,7 +1658,7 @@ static int packet_set_ring(struct sock * int err = 0; if (req->tp_block_nr) { - int i, l; + int i; /* Sanity tests and some calculations */ @@ -1687,7 +1687,6 @@ static int packet_set_ring(struct sock * if (unlikely(!pg_vec)) goto out; - l = 0; for (i = 0; i < req->tp_block_nr; i++) { char *ptr = pg_vec[i]; struct tpacket_hdr *header; _ Patches currently in -mm which might be from olsajiri@xxxxxxxxx are git-net.patch fs-remove-unused-fops-from-struct-char_device_struct.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