commit | 6d0aa06afd62a868d83c6021335622a316469527 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Tue Sep 11 18:00:15 2007 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue Oct 09 17:16:40 2007 -0400 |
tree | e14b13b31361295a91a37146f42f43a244224edf | |
parent | 89eb21c35b61b5157940e1b78c2c6d0529d11c63 [diff] |
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>