NFS: Fix a jiffie wraparound issue
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 9 May 2007 13:00:17 +0000 (09:00 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 9 May 2007 21:57:58 +0000 (17:57 -0400)
commite62c2bba1fb7cf068eb78d731da46e4447a9efb1
treebce53fe724400f7cfa1ae4621aafc6aa70bd564d
parent38cb162b7585d837083b8365da1eb32687c5164c
NFS: Fix a jiffie wraparound issue

dentry verifiers are always set to the parent directory's
cache_change_attribute. There is no reason to be testing for anything other
than equality when we're trying to find out if the dentry has been checked
since the last time the directory was modified.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/dir.c