]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit31c156f3303598725df2a777ba7a0f89df65209d
treebf8acb09763c5f5f87d8c23047b8ecbb826dd385
parent58c6982e6e32c9d66947afa8788218e8f0bd2d5d
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