From: Alexander Duyck Date: Wed, 25 Feb 2015 23:31:44 +0000 (-0800) Subject: fib_trie: Add slen to fib alias X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~391^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b6ebad5c3a152271c6af19cd44e20001ae72fe8;p=pandora-kernel.git fib_trie: Add slen to fib alias Make use of an empty spot in the alias to store the suffix length so that we don't need to pull that information from the leaf_info structure. This patch also makes a slight change to the user statistics. Instead of incrementing semantic_match_miss once per leaf_info miss we now just increment it once per leaf if a match was not found. Signed-off-by: Alexander Duyck Signed-off-by: David S. Miller --- Reading git-diff-tree failed