git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44edfb0
)
drbd: prepare for more than 32 bit flags
author
Lars Ellenberg
<lars.ellenberg@linbit.com>
Sat, 22 Sep 2012 18:27:19 +0000
(20:27 +0200)
committer
Jens Axboe
<axboe@kernel.dk>
Tue, 30 Oct 2012 07:39:18 +0000
(08:39 +0100)
- 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>
No differences found