From: Trond Myklebust Date: Sun, 11 Mar 2012 19:22:54 +0000 (-0400) Subject: SUNRPC: Fix a few sparse warnings X-Git-Tag: v3.4-rc1~123^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09acfea5d8de419ebe84be43b08f7b79c965215f;p=pandora-kernel.git SUNRPC: Fix a few sparse warnings net/sunrpc/svcsock.c:412:22: warning: incorrect type in assignment (different address spaces) - svc_partial_recvfrom now takes a struct kvec, so the variable save_iovbase needs to be an ordinary (void *) Make a bunch of variables in net/sunrpc/xprtsock.c static Fix a couple of "warning: symbol 'foo' was not declared. Should it be static?" reports. Fix a couple of conflicting function declarations. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed