diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2005-12-03 20:20:07 (GMT) |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2005-12-03 20:20:07 (GMT) |
commit | 24aa1fe6779eaddb3e0b1b802585dcf6faf9cc44 (patch) | |
tree | dc851edc67202f459262985db0cd451b1d523462 /fs/hpfs/buffer.c | |
parent | 223db122bfccd463751d8b0c09a638abee03681d (diff) | |
download | linux-fsl-qoriq-24aa1fe6779eaddb3e0b1b802585dcf6faf9cc44.tar.xz |
NFS: Fix a few further cache consistency regressions
Steve Dickson writes:
Doing the following:
1. On server:
$ mkdir ~/t
$ echo Hello > ~/t/tmp
2. On client, wait for a string to appear in this file:
$ until grep -q foo t/tmp ; do echo -n . ; sleep 1 ; done
3. On server, create a *new* file with the same name containing that
string:
$ mv ~/t/tmp ~/t/tmp.old; echo foo > ~/t/tmp
will show how the client will never (and I mean never ;-) ) see
the updated file.
The problem is that we do not update nfsi->cache_change_attribute when the
file changes on the server (we only update it when our client makes the
changes). This again means that functions like nfs_check_verifier() will
fail to register when the parent directory has changed and should trigger
a dentry lookup revalidation.
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/hpfs/buffer.c')
0 files changed, 0 insertions, 0 deletions