commit | 1d1c8d13c4f7690d382bca5de2f9dc88f22a4aab | [log] [tgz] |
---|---|---|
author | Denis V. Lunev <den@openvz.org> | Fri Feb 29 14:15:19 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Feb 29 14:15:19 2008 -0800 |
tree | 5b028db28a605687c30447b73800f6ef0aded570 | |
parent | 4a80f2788952055a627f2093a0174537d70aec1b [diff] |
[ICMP]: Section conflict between icmp_sk_init/icmp_sk_exit. Functions from __exit section should not be called from ones in __init section. Fix this conflict. Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>