]> Git Repo - linux.git/commit - net/batman-adv/bitarray.h
batman-adv: Prefix bitarray non-static functions with batadv_
authorSven Eckelmann <[email protected]>
Sat, 12 May 2012 00:09:25 +0000 (02:09 +0200)
committerAntonio Quartulli <[email protected]>
Wed, 20 Jun 2012 20:15:16 +0000 (22:15 +0200)
commit0f5f9322681887ca221707afafe4216b6db5d22f
tree93a654d6a5433adedeaee26cd204ad4b338304b1
parent5853e22c58b318232fd6e15033ccb0852f865c0b
batman-adv: Prefix bitarray non-static functions with batadv_

batman-adv can be compiled as part of the kernel instead of an module. In that
case the linker will see all non-static symbols of batman-adv and all other
non-static symbols of the kernel. This could lead to symbol collisions. A
prefix for the batman-adv symbols that defines their private namespace avoids
such a problem.

Reported-by: David Miller <[email protected]>
Signed-off-by: Sven Eckelmann <[email protected]>
net/batman-adv/bat_iv_ogm.c
net/batman-adv/bitarray.c
net/batman-adv/bitarray.h
net/batman-adv/routing.c
This page took 0.059556 seconds and 4 git commands to generate.