From: Lars Ellenberg Date: Sat, 22 Sep 2012 18:27:19 +0000 (+0200) Subject: drbd: prepare for more than 32 bit flags X-Git-Tag: v3.8-rc1~78^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06f10adbdb027b225fd51584a218fa8344169514;p=pandora-kernel.git 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 Signed-off-by: Lars Ellenberg Signed-off-by: Jens Axboe --- Reading git-diff-tree failed