From: Stephen Hemminger Date: Fri, 1 Feb 2008 00:45:47 +0000 (-0800) Subject: [IPV4] fib_trie: rescan if key is lost during dump X-Git-Tag: v2.6.25-rc1~1089^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71d67e666e73e3b7e9ef124745ee2e454ac04be8;p=pandora-kernel.git [IPV4] fib_trie: rescan if key is lost during dump Normally during a dump the key of the last dumped entry is used for continuation, but since lock is dropped it might be lost. In that case fallback to the old counter based N^2 behaviour. This means the dump will end up skipping some routes which matches what FIB_HASH does. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed