diff options
author | Sven Eckelmann <sven@narfation.org> | 2012-05-12 04:09:25 +0400 |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2012-06-21 00:15:16 +0400 |
commit | 0f5f9322681887ca221707afafe4216b6db5d22f (patch) | |
tree | 93a654d6a5433adedeaee26cd204ad4b338304b1 /mm | |
parent | 5853e22c58b318232fd6e15033ccb0852f865c0b (diff) | |
download | linux-0f5f9322681887ca221707afafe4216b6db5d22f.tar.xz |
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 <davem@davemloft.net>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions