mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
__dst_free(): put EXPORT_SYMBOLS after the fct
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
dab1086362
commit
d79d991379
@ -197,7 +197,6 @@ static void ___dst_free(struct dst_entry *dst)
|
||||
dst->input = dst->output = dst_discard;
|
||||
dst->obsolete = 2;
|
||||
}
|
||||
EXPORT_SYMBOL(__dst_free);
|
||||
|
||||
void __dst_free(struct dst_entry *dst)
|
||||
{
|
||||
@ -213,6 +212,7 @@ void __dst_free(struct dst_entry *dst)
|
||||
}
|
||||
spin_unlock_bh(&dst_garbage.lock);
|
||||
}
|
||||
EXPORT_SYMBOL(__dst_free);
|
||||
|
||||
struct dst_entry *dst_destroy(struct dst_entry * dst)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user