2005-11-12 20:44:37

by Xin Zhao

[permalink] [raw]
Subject: NFS question: what's the use of nfs3_async_handle_jukebox?

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


2005-11-13 04:20:45

by J. Bruce Fields

[permalink] [raw]
Subject: Re: NFS question: what's the use of nfs3_async_handle_jukebox?

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.