From: Chuck Lever Date: Tue, 11 Sep 2007 22:00:15 +0000 (-0400) Subject: SUNRPC: Use correct argument type in memcpy() X-Git-Tag: v2.6.24-rc1~1285^2~97 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d0aa06afd62a868d83c6021335622a316469527;p=pandora-kernel.git SUNRPC: Use correct argument type in memcpy() Noticed by Tom Talpey : 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed