On Wed, Jul 15, 2015 at 01:59:18PM -0700, David Miller wrote: > From: Neil Horman <nhorman@xxxxxxxxxxxxx> > Date: Wed, 15 Jul 2015 09:57:14 -0400 > > > Series > > Acked-by: Neil Horman <nhorman@xxxxxxxxxxxxx> > > I don't like this at all. > > I know it's a pain in the ass to have this dependency on SCTP, but > calling exported functions is absolutely the right way to handle > this kind of situation. I have to disagree. Its certainly true that a direct call from the kernel is the right current way to handle a need for functionality in an external module, but I think its important to offer a mechanism that allows for modules to not load functionality that they don't need at run time (that is to say, if dlm decides to use tcp rather than sctp, the sctp module shouldn't be loaded). Its not a crisis in either case, but it sure would be nice to not load a module just because a symbol reference exists. Neil > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe linux-sctp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html