Documentation: fix neigh/default/gc_thresh1 default value.
authorLi RongQing <roy.qing.li@gmail.com>
Thu, 14 Mar 2013 22:49:47 +0000 (22:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Mar 2013 13:12:23 +0000 (09:12 -0400)
The default value is 128, not 256
#grep gc_thresh1 net/ -rI
net/decnet/dn_neigh.c: .gc_thresh1 = 128,
net/ipv6/ndisc.c: .gc_thresh1 =  128,
net/ipv4/arp.c: .gc_thresh1 = 128,

Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found