linux/drivers/block/drbd
Rusty Russell 90ab5ee941 module_param: make bool parameters really bool (drivers & misc)
module_param(bool) used to counter-intuitively take an int.  In
fddd5201 (mid-2009) we allowed bool or int/unsigned int using a messy
trick.

It's time to remove the int/unsigned int option.  For this version
it'll simply give a warning, but it'll break next kernel version.

Acked-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2012-01-13 09:32:20 +10:30
..
Kconfig drbd: Kconfig fix 2009-12-29 17:38:28 +01:00
Makefile drbd: remove tracing bits 2009-10-01 21:17:58 +02:00
drbd_actlog.c drbd: we should write meta data updates with FLUSH FUA 2011-06-30 09:23:46 +02:00
drbd_bitmap.c drbd: Convert vmalloc/memset to vzalloc 2011-09-15 13:55:02 +02:00
drbd_int.h module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
drbd_main.c module_param: make bool parameters really bool (drivers & misc) 2012-01-13 09:32:20 +10:30
drbd_nl.c Merge branch 'master' into for-next 2011-09-15 15:08:18 +02:00
drbd_proc.c drbd: allow petabyte storage on 64bit arch 2011-03-10 11:43:24 +01:00
drbd_receiver.c drbd: when receive times out on meta socket, also check last receive time on data socket 2011-06-30 09:23:44 +02:00
drbd_req.c block: remove support for bio remapping from ->make_request 2011-09-12 12:12:01 +02:00
drbd_req.h drbd: fix warning 2011-05-24 10:38:33 +02:00
drbd_strings.c drbd: Rename enum drbd_state_ret_codes to enum drbd_state_rv 2011-03-10 11:36:18 +01:00
drbd_vli.h Fix common misspellings 2011-03-31 11:26:23 -03:00
drbd_worker.c drbd: Use the correct max_bio_size when creating resync requests 2011-06-30 09:23:40 +02:00
drbd_wrappers.h drbd: Get rid of unnecessary macros (2) 2011-03-10 11:36:15 +01:00