linux/net/sunrpc
Chuck Lever 6d0aa06afd SUNRPC: Use correct argument type in memcpy()
Noticed by Tom Talpey <tmt@netapp.com>:

OBTW, there's a nit on that memcpy, too. The r_addr is an array, so

memcpy(&map->r_addr

is passing the address of the array as a char **. It's the same as
map->r_addr, but technically the wrong type.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
2007-10-09 17:16:40 -04:00
..
auth_gss [SUNRPC]: Clean up duplicate includes in net/sunrpc/ 2007-08-13 22:52:05 -07:00
auth_null.c
auth_unix.c
auth.c SUNRPC: move bkl locking and xdr proc invocation into a common helper 2007-07-19 15:21:39 -04:00
cache.c SUNRPC: Replace flush_workqueue() with cancel_work_sync() and friends 2007-08-07 16:13:01 -04:00
clnt.c SUNRPC: fix a signed v. unsigned comparison nit in rpc_bind_new_program 2007-10-09 17:16:37 -04:00
Makefile
rpc_pipe.c SUNRPC: Convert rpc_pipefs to use the generic filesystem notification hooks 2007-10-09 17:15:26 -04:00
rpcb_clnt.c SUNRPC: Use correct argument type in memcpy() 2007-10-09 17:16:40 -04:00
sched.c SUNRPC: Fix a race in rpciod_down() 2007-08-07 15:13:16 -04:00
socklib.c
stats.c
sunrpc_syms.c
svc.c
svcauth_unix.c
svcauth.c
svcsock.c rpc: fix garbage in printk in svc_tcp_accept() 2007-09-20 13:15:57 -07:00
sysctl.c
timer.c
xdr.c
xprt.c
xprtsock.c SUNRPC: Add support for formatted universal addresses 2007-10-09 17:16:29 -04:00