Re: [PATCH 2/3] flex_array: export some symbols for nfnetlink_queue use

From: AmÃrico Wang
Date: Fri Apr 09 2010 - 01:09:31 EST


On Fri, Apr 9, 2010 at 1:02 PM, Eric Dumazet <eric.dumazet@xxxxxxxxx> wrote:
> Le vendredi 09 avril 2010 Ã 12:09 +0800, Changli Gao a Ãcrit :
>> export some symbols for nfnetlink_queue use
>>
>> export some symbols for nfnetlink_queue use.
>>
>> Signed-off-by: Changli Gao <xiaosuo@xxxxxxxxx>
>> ----
>> lib/Makefile | 4 ++--
>> lib/flex_array.c | 5 +++++
>> 2 files changed, 7 insertions(+), 2 deletions(-)
>>
>> diff --git a/lib/Makefile b/lib/Makefile
>> index 0a6ab6f..0700e74 100644
>> --- a/lib/Makefile
>> +++ b/lib/Makefile
>> @@ -12,7 +12,7 @@ lib-y := ctype.o string.o vsprintf.o cmdline.o \
>> Â Â Â Âidr.o int_sqrt.o extable.o prio_tree.o \
>> Â Â Â Âsha1.o irq_regs.o reciprocal_div.o argv_split.o \
>> Â Â Â Âproportions.o prio_heap.o ratelimit.o show_mem.o \
>> - Â Â Âis_single_threaded.o plist.o decompress.o flex_array.o
>> + Â Â Âis_single_threaded.o plist.o decompress.o
>>
>
> Hmm, could you instead add a lib-$(CONFIG_FLEX_ARRAY) += flex_array.o
> instead ?
>
> And do the necessary Kconfig changes as well.
>

Right, if nfnetlink will use flex_array, CONFIG_NETFILTER_NETLINK will
need to depend on or select CONFIG_FLEX_ARRAY.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/