SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDS
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 12 Mar 2008 16:12:16 +0000 (12:12 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 14 Mar 2008 17:42:32 +0000 (13:42 -0400)
commitaf093835774931de898a9baf7b4041fa0d100f77
treef7617eb4556ead8615f6c26d8b02fcec8f64c6b3
parent25337fdc85951dfeac944f16cb565904c619077a
SUNRPC: Fix RPCAUTH_LOOKUP_ROOTCREDS

The current RPCAUTH_LOOKUP_ROOTCREDS flag only works for AUTH_SYS
authentication, and then only as a special case in the code. This patch
removes the auth_sys special casing, and replaces it with generic code.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/auth.h
net/sunrpc/auth.c
net/sunrpc/auth_unix.c
net/sunrpc/sched.c