linux/drivers/block/drbd
Lars Ellenberg 06f10adbdb drbd: prepare for more than 32 bit flags
- struct drbd_conf { ... unsigned long flags; ... }
 + struct drbd_conf { ... unsigned long drbd_flags[N]; ... }

And introduce wrapper functions for test/set/clear bit operations
on this member.

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2012-10-30 08:39:18 +01:00
..
drbd_actlog.c drbd: prepare for more than 32 bit flags 2012-10-30 08:39:18 +01:00
drbd_bitmap.c drbd: wait for meta data IO completion even with failed disk, unless force-detached 2012-10-30 08:39:18 +01:00
drbd_int.h drbd: prepare for more than 32 bit flags 2012-10-30 08:39:18 +01:00
drbd_main.c drbd: prepare for more than 32 bit flags 2012-10-30 08:39:18 +01:00
drbd_nl.c drbd: prepare for more than 32 bit flags 2012-10-30 08:39:18 +01:00
drbd_proc.c drbd: prepare for more than 32 bit flags 2012-10-30 08:39:18 +01:00
drbd_receiver.c drbd: prepare for more than 32 bit flags 2012-10-30 08:39:18 +01:00
drbd_req.c drbd: prepare for more than 32 bit flags 2012-10-30 08:39:18 +01:00
drbd_req.h drbd: Immediately allow completion of IOs, that wait for IO completions on a failed disk 2012-05-09 10:16:04 +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: prepare for more than 32 bit flags 2012-10-30 08:39:18 +01:00
drbd_wrappers.h drbd: Get rid of unnecessary macros (2) 2011-03-10 11:36:15 +01:00
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