SUNRPC: temp var should match return type of xdr_skb_read_actor
authorChuck Lever <[email protected]>
Fri, 26 Oct 2007 17:30:59 +0000 (13:30 -0400)
committerTrond Myklebust <[email protected]>
Wed, 30 Jan 2008 07:05:43 +0000 (02:05 -0500)
commit322e2efe6224be5de2852a7fddfac5cf11317af3
treee050d9041351e49266f89869f7af63573632eade
parent5d40a8a525c8165bafed233cf0f137e8d10d7e92
SUNRPC: temp var should match return type of xdr_skb_read_actor

The return type of xdr_skb_read_actor functions is size_t.  This fixes a
nit I unwittingly overlooked in commit dd456471.

Signed-off-by: Chuck Lever <[email protected]>
Signed-off-by: Trond Myklebust <[email protected]>
net/sunrpc/socklib.c