SUNRPC: temp var should match return type of xdr_skb_read_actor
authorChuck Lever <chuck.lever@oracle.com>
Fri, 26 Oct 2007 17:30:59 +0000 (13:30 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
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 <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/socklib.c
This page took 0.025163 seconds and 5 git commands to generate.