SUNRPC: Remove an unneeded implicit type cast when calling rpc_depopulate()
authorChuck Lever <chuck.lever@oracle.com>
Fri, 26 Oct 2007 17:31:04 +0000 (13:31 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 30 Jan 2008 07:05:43 +0000 (02:05 -0500)
commit9b45b74ce2234ca15131ec0725010c1da818df05
tree715268c53fc427fd4684fb9885a814b73b8d835c
parent322e2efe6224be5de2852a7fddfac5cf11317af3
SUNRPC: Remove an unneeded implicit type cast when calling rpc_depopulate()

The two arguments of rpc_depopulate() that pass in inode numbers should use
the same type as inode->i_ino: unsigned long.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/rpc_pipe.c