Skip to content
Commit 3d7b0894 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

SUNRPC: Fix a bug in rpcauth_prune_expired



Don't want to evict a credential if cred->cr_expire == jiffies, since that
means that it was just placed on the cred_unused list. We therefore need to
use time_in_range() rather than time_in_range_open().

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent c81eddb0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment