[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150716111803.GA31148@hmsreliant.think-freely.org>
Date: Thu, 16 Jul 2015 07:18:03 -0400
From: Neil Horman <nhorman@...driver.com>
To: David Miller <davem@...emloft.net>
Cc: marcelo.leitner@...il.com, netdev@...r.kernel.org,
vyasevich@...il.com, linux-sctp@...r.kernel.org
Subject: Re: [PATCH v2 0/2] Avoid link dependency of dlm on sctp module
On Wed, Jul 15, 2015 at 01:59:18PM -0700, David Miller wrote:
> From: Neil Horman <nhorman@...driver.com>
> Date: Wed, 15 Jul 2015 09:57:14 -0400
>
> > Series
> > Acked-by: Neil Horman <nhorman@...driver.com>
>
> 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@...r.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists