]> git.baikalelectronics.ru Git - kernel.git/commit
net: rps: fix the wrong network header pointer
authorChangli Gao <xiaosuo@gmail.com>
Sat, 21 Aug 2010 06:13:28 +0000 (06:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Aug 2010 05:54:49 +0000 (22:54 -0700)
commitcb4fb6d4f2c5ee82fdeff41c7e6f109d473c18d4
treecf42b133731794a92e073b6ca7170d1099d0a360
parentb81bd5701b4c5e2d13a3f63ec1e466f5f09098d5
net: rps: fix the wrong network header pointer

__skb_get_rxhash() was broken after the commit:

 commit 7e01d690f6702b270e7711b992971b4b4224f778
 Author: Krishna Kumar <krkumar2@in.ibm.com>
 Date:   Wed Aug 4 06:15:52 2010 +0000

 core: Factor out flow calculation from get_rps_cpu

Signed-off-by: Changli Gao <xiaosuo@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c