On Thu, Jun 23, 2011 at 10:06:14PM +0200, Tigran Mkrtchyan wrote: > On Thu, Jun 23, 2011 at 5:59 PM, J. Bruce Fields <bfields@xxxxxxxxxxxx> wrote: > > By the way: > > > > On Wed, Jun 22, 2011 at 05:32:09PM -0400, J. Bruce Fields wrote: > >> diff --git a/net/sunrpc/auth_gss/gss_krb5_mech.c b/net/sunrpc/auth_gss/gss_krb5_mech.c > >> index 0a9a2ec..5c33926 100644 > >> --- a/net/sunrpc/auth_gss/gss_krb5_mech.c > >> +++ b/net/sunrpc/auth_gss/gss_krb5_mech.c > >> @@ -743,6 +743,13 @@ static struct pf_desc gss_kerberos_pfs[] = { > >> }, > >> }; > >> > >> +MODULE_ALIAS("rpc-auth-gss-krb5"); > >> +MODULE_ALIAS("rpc-auth-gss-krb5i"); > >> +MODULE_ALIAS("rpc-auth-gss-krb5p"); > >> +MODULE_ALIAS("rpc-auth-gss-390003"); > >> +MODULE_ALIAS("rpc-auth-gss-390004"); > >> +MODULE_ALIAS("rpc-auth-gss-390005"); > > > > Is there any reason we don't do this for the auth modules, and the pnfs > > layout modules? Seems silly to wait for distro's to add it to > > modprobe.conf if we don't need to. > > > > I recall a discussion at connectaton 2010, where Peter Staubach from > RedHat ( at that time ) > requested a way to disable pNFS without rebuilding the kernel. > > Probably that's why autoload is not implemented. Well, autoload *is* implemented, you just have to add an alias command to modprobe.conf before it'll work. And if we embed the alias in the module instead, it will still be possible to disable autloading by adding a "backlist <modulename>" to modproble.conf. So I don't *think* that's the issue, unless I've missed something. --b. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html