android_kernel_xiaomi_sm7250/net/sunrpc
Trond Myklebust 963d8fe533 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 <Trond.Myklebust@netapp.com>
2006-01-06 14:58:39 -05:00
..
auth_gss
auth_null.c
auth_unix.c
auth.c
cache.c
clnt.c RPC: Clean up RPC task structure 2006-01-06 14:58:39 -05:00
Makefile
pmap_clnt.c
rpc_pipe.c
sched.c RPC: Clean up RPC task structure 2006-01-06 14:58:39 -05:00
socklib.c
stats.c
sunrpc_syms.c
svc.c
svcauth_unix.c
svcauth.c
svcsock.c
sysctl.c
timer.c
xdr.c
xprt.c
xprtsock.c