cifs: use type __u32 instead of int for the oplock parameter
authorSuresh Jayaraman <sjayaraman@suse.de>
Fri, 17 Sep 2010 14:13:10 +0000 (19:43 +0530)
committerSteve French <sfrench@us.ibm.com>
Wed, 29 Sep 2010 19:04:28 +0000 (19:04 +0000)
... 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 <jlayton@samba.org>
Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
Signed-off-by: Steve French <sfrench@us.ibm.com>

No differences found