[IPV4] bug: broken open-coded inet_make_mask() (multipath_wrandom)
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 27 Sep 2006 05:26:21 +0000 (22:26 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 29 Sep 2006 01:01:17 +0000 (18:01 -0700)
commit5f80a442ffbd179f3d70dabd9d2ecd7feed11fa1
tree983e897fce2b94831b64b125b16fba386cc66325
parentab266de1e12a2462939d770d077a4ebac05c7983
[IPV4] bug: broken open-coded inet_make_mask() (multipath_wrandom)

multipath_wrandom.c::__multipath_lookup_weight() contains open-coded
attempt at inet_make_mask(); broken on big-endian.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/multipath_wrandom.c