From: Suresh Jayaraman Date: Fri, 17 Sep 2010 14:13:10 +0000 (+0530) Subject: cifs: use type __u32 instead of int for the oplock parameter X-Git-Tag: v2.6.37-rc1~158^2~22^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a347ecb209b58a1b37f20d8299ab552f7d3ee8c3;p=pandora-kernel.git cifs: use type __u32 instead of int for the oplock parameter ... and avoid implicit casting from a signed type. Also, pass oplock by value instead by reference as we don't intend to change the value in cifs_open_inode_helper(). Thanks to Jeff Layton for spotting this. Reviewed-by: Jeff Layton Signed-off-by: Suresh Jayaraman Signed-off-by: Steve French --- Reading git-diff-tree failed