From: Trond Myklebust Date: Thu, 22 Apr 2010 19:35:55 +0000 (-0400) Subject: SUNRPC: Fix a bug in rpcauth_prune_expired X-Git-Tag: v2.6.34-rc6~6^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d7b08945e54a3a5358d5890240619a013cb7388;p=pandora-kernel.git 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: Trond Myklebust --- Reading git-diff-tree failed