rps: inet_rps_save_rxhash() argument is not const
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 27 Apr 2010 02:42:51 +0000 (02:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 27 Apr 2010 19:53:25 +0000 (12:53 -0700)
const qualifier on sock argument is misleading, since we can modify rxhash.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found