commit | 9b45b74ce2234ca15131ec0725010c1da818df05 | [log] [tgz] |
---|---|---|
author | Chuck Lever <chuck.lever@oracle.com> | Fri Oct 26 13:31:04 2007 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jan 30 02:05:43 2008 -0500 |
tree | 715268c53fc427fd4684fb9885a814b73b8d835c | |
parent | 322e2efe6224be5de2852a7fddfac5cf11317af3 [diff] |
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>