commit | 60654ce047f7be62afa291573501e011297a47d8 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@redhat.com> | Sun Nov 25 08:00:34 2012 -0500 |
committer | Steve French <smfrench@gmail.com> | Wed Dec 05 13:07:14 2012 -0600 |
tree | af2068ee6dc83f9557b993d238fe464847d7291a | |
parent | 81bcd8b795229c70d7244898efe282846e3b14ce [diff] |
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>