SUNRPC: Fix rpcauth_prune_expired
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 28 Oct 2008 19:21:41 +0000 (15:21 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 28 Oct 2008 19:21:41 +0000 (15:21 -0400)
commiteac0d18d44705f8a1b72cccec3a453e1a43eb20a
treeb727174dba608adc5c4cbfaea9e19b2c6ac1cf26
parentae05f269400533cbb32bfba131ab528d78dffd16
SUNRPC: Fix rpcauth_prune_expired

We need to make sure that we don't remove creds from the cred_unused list
if they are still under the moratorium, or else they will never get
garbage collected.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/auth.c