diff options
Diffstat (limited to 'fs/nfsd/nfs3xdr.c')
| -rw-r--r-- | fs/nfsd/nfs3xdr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/nfs3xdr.c b/fs/nfsd/nfs3xdr.c index 17d0dd99720..01d4ec1c88e 100644 --- a/fs/nfsd/nfs3xdr.c +++ b/fs/nfsd/nfs3xdr.c | |||
| @@ -272,6 +272,7 @@ void fill_post_wcc(struct svc_fh *fhp) | |||
| 272 | 272 | ||
| 273 | err = vfs_getattr(fhp->fh_export->ex_path.mnt, fhp->fh_dentry, | 273 | err = vfs_getattr(fhp->fh_export->ex_path.mnt, fhp->fh_dentry, |
| 274 | &fhp->fh_post_attr); | 274 | &fhp->fh_post_attr); |
| 275 | fhp->fh_post_change = fhp->fh_dentry->d_inode->i_version; | ||
| 275 | if (err) | 276 | if (err) |
| 276 | fhp->fh_post_saved = 0; | 277 | fhp->fh_post_saved = 0; |
| 277 | else | 278 | else |
