SUNRPC: Use appropriate argument types in rpcb client
authorChuck Lever <chuck.lever@oracle.com>
Mon, 14 Jan 2008 20:11:53 +0000 (15:11 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 30 Jan 2008 07:06:09 +0000 (02:06 -0500)
commitf1ec08cb9492cab579f85f9d937c79788b1dfde3
treed43da0c7d36c547f562b678bb725f688a9be470f
parentb91e101fca70319f9ca839311bceff5f44dfc1ed
SUNRPC: Use appropriate argument types in rpcb client

Clean up: Follow recommendations of Chapter 5 of Documentation/CodingStyle
and use "u32" instead of "__u32" for types in definitions that are not
shared with user space.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/clnt.h
net/sunrpc/rpcb_clnt.c