]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commited3b2f916c1d71049dabc79e683c9585a36a0738
treebce53fe724400f7cfa1ae4621aafc6aa70bd564d
parentb128dced369038dab5c6f71d4e0e8c86c873210b
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