From: Trond Myklebust Date: Tue, 3 Jan 2006 08:55:04 +0000 (+0100) Subject: RPC: Clean up RPC task structure X-Git-Tag: v2.6.16-rc1~935^2~4^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=963d8fe53339128ee46a7701f2e36305f0ccff8c;p=pandora-kernel.git RPC: Clean up RPC task structure Shrink the RPC task structure. Instead of storing separate pointers for task->tk_exit and task->tk_release, put them in a structure. Also pass the user data pointer as a parameter instead of passing it via task->tk_calldata. This enables us to nest callbacks. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed