From: [EMAIL PROTECTED] (Arnaldo Carvalho de Melo)
Date: Sat, 6 Aug 2005 10:01:05 -0300

> +                     /* Be more specific, e.g. net-pf-2-132-1 
> (net-pf-PF_INET-IPPROTO_SCTP-SOCK_STREAM) */
> +                     if (++try_loading_module == 1)
> +                             request_module("net-proto-%d-%d-%d", PF_INET, 
> protocol, sock->type);

Your comments don't match the strings you are actually
building in request_module() ie. net-pf-* vs. net-proto-*.
Please make them be consistent.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to