]> git.karo-electronics.de Git - karo-tx-linux.git/commit
cifs: fix types on module parameters
authorJeff Layton <jlayton@redhat.com>
Fri, 19 Oct 2012 12:55:12 +0000 (08:55 -0400)
committerJeff Layton <jlayton@redhat.com>
Fri, 19 Oct 2012 12:55:12 +0000 (08:55 -0400)
commita85ec1b58f51277c26c26e30348cacc64a7c623a
treefa4edce063a20bc01b3ceae948538b2b734d97d9
parentc9623de4fc2f8320fe94316b46171683be3b1d59
cifs: fix types on module parameters

Most of these are unsigned ints, so we should be passing "uint" to
module_param. Also, get rid of the extra "(bool)" in the description
of enable_oplocks.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
fs/cifs/cifsfs.c