From: Chuck Lever Date: Fri, 26 Oct 2007 17:31:04 +0000 (-0400) Subject: SUNRPC: Remove an unneeded implicit type cast when calling rpc_depopulate() X-Git-Tag: v2.6.25-rc1~1146^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b45b74ce2234ca15131ec0725010c1da818df05;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed