NFS: Remove bogus check of cache_change_attribute in nfs_update_inode
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sun, 30 Sep 2007 19:13:17 +0000 (15:13 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 9 Oct 2007 21:19:11 +0000 (17:19 -0400)
commitb64e8a5ef758888cb42b7c105dcfaaf51aab1baf
treea8555028da59911132f4677ddabc73f4b88dc41c
parent7fdc49c4e49ba926348f71844cda7f5e12709738
NFS: Remove bogus check of cache_change_attribute in nfs_update_inode

Remove the bogus 'data_stable' check in nfs_update_inode. The
cache_change_attribute tells you if the directory changed on the server,
and should have nothing to do with the file length.

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