NFS: Fix cache consistency regression
authorSteve Dickson <steved@redhat.com>
Wed, 30 Nov 2005 14:25:33 +0000 (09:25 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 3 Dec 2005 20:20:03 +0000 (15:20 -0500)
commit223db122bfccd463751d8b0c09a638abee03681d
tree3fc2e3112f80d94abf0c36586392c7ce43d5a4e8
parentb3c6aeb3ce26b286769d2deafec47d218c83dd09
NFS: Fix cache consistency regression

 Make sure cache_change_attribute is initialized to jiffies
 so when the mtime changes on directory, the directory
 will be refreshed.

 Signed-off by: Steve Dickson <steved@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/inode.c