[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4BB49AA9.1070900@iki.fi>
Date: Thu, 01 Apr 2010 16:07:53 +0300
From: Timo Teräs <timo.teras@....fi>
To: Eric Dumazet <eric.dumazet@...il.com>
CC: netdev@...r.kernel.org, Herbert Xu <herbert@...dor.apana.org.au>
Subject: Re: [PATCH 1/4] flow: virtualize flow cache entry methods
Eric Dumazet wrote:
> Le jeudi 01 avril 2010 à 15:52 +0300, Timo Teras a écrit :
>> @@ -481,6 +482,7 @@ struct xfrm_policy {
>> atomic_t refcnt;
>> struct timer_list timer;
>>
>> + struct flow_cache_entry_ops *fc_ops;
>> u32 priority;
>> u32 index;
>> struct xfrm_mark mark;
> ...
>
>> +static struct flow_cache_entry_ops xfrm_policy_fc_ops __read_mostly = {
>> + .get = xfrm_policy_get_fce,
>> + .check = xfrm_policy_check_fce,
>> + .delete = xfrm_policy_delete_fce,
>> +};
>>
>
> Any particular reason these flow_cache_entry_ops are not const ?
Umm... No. I'll constify them. Thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists