On Thu, 2010-12-16 at 10:41 -0200, Alex Baule wrote:

> I Search in lib to see how the nfs_flush* works , and i see this too.
> 
> int nfs_safe_stat(const char *path, struct stat *buf);
> 
> can i use this too ? it's get a better handle with this + nfs_flush* before
> ?!
The nfs_safe_stat() is about automatically retrying if stat() returns
ESTALE error. They don't really happen nowadays much, if ever. It anyway
won't help at all with your problems.


Reply via email to