Re: Why the RPC task structure adds a new field "tk_count"?

From: Trond Myklebust
Date: Thu Apr 27 2006 - 15:07:58 EST


On Thu, 2006-04-27 at 14:32 -0400, Xin Zhao wrote:
> I migrate from 2.6.11 to 2.6.16, but found that a new field tk_count
> was added to the rpc task structure. In function rpc_release_task(), I
> saw the following code:
>
> if (!atomic_dec_and_test(&task->tk_count))
> return;
>
>
> Looks like a task can be reused or refered multiple times? What's the
> theory behind this? Why do we need this?

It is used in several places in the NFSv4 code.

Cheers,
Trond

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/