Re: net 03/05: fib_rules: add oif classification
From: Jarek Poplawski <hidden>
Date: 2009-12-01 09:48:00
From: Jarek Poplawski <hidden>
Date: 2009-12-01 09:48:00
On Tue, Dec 01, 2009 at 10:32:40AM +0100, Patrick McHardy wrote:
Jarek Poplawski wrote:quoted
Patrick McHardy wrote, On 11/30/2009 06:55 PM:quoted
diff --git a/include/net/fib_rules.h b/include/net/fib_rules.h index 62bebcb..d4e875a 100644 --- a/include/net/fib_rules.h +++ b/include/net/fib_rules.h@@ -11,6 +11,7 @@ struct fib_rule { struct list_head list; atomic_t refcnt; int iifindex; + int oifindex;Doesn't it "break" the cacheline fix from 01/05?No, there's a 4 byte hole which is plugged by this:
Right, I missed it, sorry. Jarek P.