ChangeSet 1.1982.158.12, 2005/03/12 21:41:54-08:00, [EMAIL PROTECTED]

        [PATCH] [TCP]: Put back tcp_timer_bug_msg[] symbol export.
        
        This wrecks the ipv6 modular build for a lot of people.
        In fact, since I always build ipv6 modular I am surprised
        I never hit this.  My best guess is that my compiler is
        optimizing the reference away, but that can never be
        depended upon and the symbol export really is needed.
        
        [TCP]: Put back tcp_timer_bug_msg[] symbol export.
        
        It is needed for tcp_reset_xmit_timer(), which is invoked by
        tcp_prequeue() which is invoked from tcp_ipv6.c
        
        Signed-off-by: Hideaki YOSHIFUJI <[EMAIL PROTECTED]>
        Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
        Signed-off-by: Chris Wright <[EMAIL PROTECTED]>
        Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>



 tcp_timer.c |    1 +
 1 files changed, 1 insertion(+)


diff -Nru a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c
--- a/net/ipv4/tcp_timer.c      2005-03-14 23:08:34 -08:00
+++ b/net/ipv4/tcp_timer.c      2005-03-14 23:08:34 -08:00
@@ -38,6 +38,7 @@
 
 #ifdef TCP_DEBUG
 const char tcp_timer_bug_msg[] = KERN_DEBUG "tcpbug: unknown timer value\n";
+EXPORT_SYMBOL(tcp_timer_bug_msg);
 #endif
 
 /*
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to