From: Alexander Duyck Date: Thu, 22 Jan 2015 23:51:45 +0000 (-0800) Subject: fib_trie: Various clean-ups for handling slen X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~150^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64c6272351a0eca55574f487b103770163d1dbce;p=pandora-kernel.git fib_trie: Various clean-ups for handling slen While doing further work on the fib_trie I noted a few items. First I was using calls that were far more complicated than they needed to be for determining when to push/pull the suffix length. I have updated the code to reflect the simplier logic. The second issue is that I realised we weren't necessarily handling the case of a leaf_info struct surviving a flush. I have updated the logic so that now we will call pull_suffix in the event of having a leaf info value left in the leaf after flushing it. Signed-off-by: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed