commit | f2467b6f64da7d8446211c21f6fcd8fa10e8d948 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@primarydata.com> | Fri Jun 20 13:16:38 2014 -0400 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Tue Jun 24 18:46:57 2014 -0400 |
tree | 5f441ebc910cccc4994542a945de959d88eb277d | |
parent | 18dd78c427513fb0f89365138be66e6ee8700d1b [diff] |
NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file size In nfs_update_inode(), if the change attribute is seen to change on the server, then we set NFS_INO_REVAL_PAGECACHE in order to make sure that we check the file size. However, if we also update the file size in the same function, we don't need to check it again. So make sure that we clear the NFS_INO_REVAL_PAGECACHE that was set earlier. Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>