Hello,<br><br>I noticed that the performance of shared folders on my linux guest dropped significantly when switching from version 4.1.16 to 4.1.18.  Looking at the diff, I saw that vbox now uses d_set_d_op (which correctly sets the dentry to call revalidate), so the drop in performance is caused by the increased frequency of revalidates.<div>
<br></div><div>My question is, once the node has been revalidated in sf_inode_revalidate, shouldn't force_restat be reset to 0?  Doing so considerably improved performance in my test, so I'm hoping this can be incorporated in the next release of vbox?<br>
<br>Thanks,<br>Shezan<br><br></div>