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

From: Xin Zhao
Date: Thu Apr 27 2006 - 14:32:52 EST


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?

Thanks,

Xin
-
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/