Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6

此提交包含在:
David S. Miller
2009-10-11 23:15:47 -07:00
當前提交 7fe13c5733
共有 37 個檔案被更改,包括 464 行新增260 行删除

查看文件

@@ -350,7 +350,7 @@ static int tcf_fill_node(struct sk_buff *skb, struct tcf_proto *tp,
tcm = NLMSG_DATA(nlh);
tcm->tcm_family = AF_UNSPEC;
tcm->tcm__pad1 = 0;
tcm->tcm__pad1 = 0;
tcm->tcm__pad2 = 0;
tcm->tcm_ifindex = qdisc_dev(tp->q)->ifindex;
tcm->tcm_parent = tp->classid;
tcm->tcm_info = TC_H_MAKE(tp->prio, tp->protocol);