SUNRPC: Auto-load RPC authentication kernel modules
authorOlaf Kirch <okir@suse.de>
Mon, 20 Mar 2006 18:44:08 +0000 (13:44 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 20 Mar 2006 18:44:08 +0000 (13:44 -0500)
commitf344f6df4b2baa3e5c553c461735dfaf92f44be7
treebf8acb09763c5f5f87d8c23047b8ecbb826dd385
parentfb374d24f225f38f13dbffb65dd7ec72daf08dba
SUNRPC: Auto-load RPC authentication kernel modules

This patch adds a request_module call to rpcauth_create which will try
to auto-load the kernel module for the requested authentication flavor.
For kernels with modular sunrpc, this reduces the admin overhead for
the user.

Signed-off-by: Olaf Kirch <okir@suse.de>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/auth.c