]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
cifs: fix types on module parameters
authorJeff Layton <jlayton@redhat.com>
Sun, 25 Nov 2012 13:00:34 +0000 (08:00 -0500)
committerSteve French <smfrench@gmail.com>
Wed, 5 Dec 2012 19:07:14 +0000 (13:07 -0600)
commit60654ce047f7be62afa291573501e011297a47d8
treeaf2068ee6dc83f9557b993d238fe464847d7291a
parent81bcd8b795229c70d7244898efe282846e3b14ce
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>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/cifsfs.c