commit | e144cbcc251f16c1a14b9256cda73ab4aebe933a | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Apr 28 16:05:03 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue May 01 15:42:40 2012 -0400 |
tree | 4ca37ff9816b9b38277a881429176b804422fe21 | |
parent | 9e907fec6ef7705ba07e22f034dacf102d29a538 [diff] |
NFSv4: Retrieve attributes _before_ calling delegreturn In order to retrieve cache consistency attributes before anyone else has a chance to change the inode, we need to put the GETATTR op _before_ the DELEGRETURN op. We can then use that as part of a 'nfs_post_op_update_inode_force_wcc()' call, to ensure that we update the attributes without clearing our cached data. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>