Messages in this thread |  | | | From | David Howells <> | | Subject | Re: [PATCH 2/4] KEYS: Check starting keyring as part of search | | Date | Wed, 13 Feb 2008 12:35:14 +0000 |
| |
Andrew Morton <akpm@linux-foundation.org> wrote:
> > + (keyring->expiry && now.tv_sec >= keyring->expiry)) > > time_after()?
Possibly. tv_sec oughtn't to wrap, though. I thought time_after() is really for comparing jiffies which might wrap.
David
|  |