[patch 13/28] fib_trie: macro cleanup

2007-08-10 Thread akpm
From: Stephen Hemminger [EMAIL PROTECTED] This patch converts the messy macro for MASK_PFX to inline function and expands TKEY_GET_MASK in the one place it is used. Cc: David S. Miller [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] --- net/ipv4/fib_trie.c | 18

Re: [patch 13/28] fib_trie: macro cleanup

2007-08-10 Thread David Miller
From: [EMAIL PROTECTED] Date: Fri, 10 Aug 2007 14:11:57 -0700 From: Stephen Hemminger [EMAIL PROTECTED] This patch converts the messy macro for MASK_PFX to inline function and expands TKEY_GET_MASK in the one place it is used. Cc: David S. Miller [EMAIL PROTECTED] Signed-off-by: Andrew