commit | d65f557f39448c2d9e58cd564037b81e646aed2c | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sun Oct 05 12:27:55 2008 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 07 17:41:00 2008 -0400 |
tree | 8837231b55453405e40b2b8bd22470f3314cfa11 | |
parent | a10ad17630024bf7aae8e7f18352f816ee483091 [diff] |
NFS: Fix nfs_post_op_update_inode_force_wcc() If we believe that the attributes are old (see nfs_refresh_inode()), then we shouldn't force an update. Also ensure that we hold the inode->i_lock across attribute checks and the call to nfs_refresh_inode_locked() to ensure that we don't race with other attribute updates. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>