Hi,
I am reading the NFS codes, but got stuck at the
nfs3_async_handle_jukebox() function. What's the use of this function?
IS there any document about this? Thanks!
-x
On Sat, Nov 12, 2005 at 03:44:35PM -0500, Xin Zhao wrote:
> I am reading the NFS codes, but got stuck at the
> nfs3_async_handle_jukebox() function. What's the use of this function?
> IS there any document about this? Thanks!
It just delays and then retries the original rpc call. See the
explanation of NFSERR_JUKEBOX in rfc 1813.
--b.