Re: [PATCH] Modules 3/3: Sort sections

David S. Miller (davem@redhat.com)
Wed, 01 Jan 2003 20:50:03 -0800 (PST)


From: Richard Henderson <rth@twiddle.net>
Date: Wed, 1 Jan 2003 20:54:04 -0800

Incidentally, why do we do strstr(name, ".init") instead
of strncmp(name, ".init", 5)? Is there any particular
need for the .init to come at the end?

I think this is to get .foo.init sections.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/