linux/net/sunrpc
Chuck Lever 9d29231690 SUNRPC: skb_read_bits is the same as xs_tcp_copy_data
Clean-up: eliminate xs_tcp_copy_data -- it's exactly the same logic as the
common routine skb_read_bits.  The UDP and TCP socket read code now share
the same routine for copying data into an xdr_buf.

Now that skb_read_bits() is exported, rename it to avoid confusing it with
a generic skb_* function.  As these functions are XDR-specific, they should
not have names that suggest they are of generic use.  Also rename
skb_read_and_csum_bits() to be consistent.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2006-12-06 10:46:52 -05:00
..
auth_gss rpcgss: krb5: miscellaneous cleanup 2006-12-06 10:46:48 -05:00
auth_null.c
auth_unix.c
auth.c
cache.c
clnt.c SUNRPC: Make address format buffers more generic 2006-12-06 10:46:51 -05:00
Makefile
pmap_clnt.c SUNRPC: another pmap wakeup fix 2006-12-06 10:46:42 -05:00
rpc_pipe.c
sched.c SUNRPC: Remove BKL around the RPC socket operations etc. 2006-12-06 10:46:30 -05:00
socklib.c SUNRPC: skb_read_bits is the same as xs_tcp_copy_data 2006-12-06 10:46:52 -05:00
stats.c
sunrpc_syms.c Fix a second potential rpc_wakeup race... 2006-12-06 10:46:25 -05:00
svc.c
svcauth_unix.c [SUNRPC]: annotate hash_ip() 2006-12-02 21:21:16 -08:00
svcauth.c [PATCH] sunrpc: add missing spin_unlock 2006-11-06 01:46:23 -08:00
svcsock.c [PATCH] fix "sunrpc: fix refcounting problems in rpc servers" 2006-10-30 12:12:21 -08:00
sysctl.c
timer.c
xdr.c rpc: move process_xdr_buf 2006-12-06 10:46:44 -05:00
xprt.c SUNRPC: Make the transport-specific setup routine allocate rpc_xprt 2006-12-06 10:46:34 -05:00
xprtsock.c SUNRPC: skb_read_bits is the same as xs_tcp_copy_data 2006-12-06 10:46:52 -05:00