Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2003 20:01:49 +0400 (MSD)
From:      Andrey Alekseyev <uitm@blackflag.ru>
To:        freebsd-hackers@freebsd.org
Subject:   Re: open() and ESTALE error
Message-ID:  <200306191601.UAA00769@slt.oz>
In-Reply-To: <200306190955.NAA00538@slt.oz> from Andrey Alekseyev at "Jun 19, 3 01:54:31 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Another correction:
- statement below is valid for a configuration where nfsaccess_cache_timeout
is generally less than acmin, otherwise chances are the failure will be
VOP_OPEN while requesting new attributes by a call to VOP_GETATTR

> which is called from vn_open(). If nfs_access() decides to "go to the wire"
> in #4, it then uses a cached file handle which is indeed stale. Thus,
> open() eventually fails with ESTALE too (ESTALE comes from underlying
> nfs_request()).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306191601.UAA00769>