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:
da4a75d
)
drbd: fix drbd_delete_device: remove vnr from volumes; idr_remove(); synchronize_rcu...
author
Lars Ellenberg
<lars.ellenberg@linbit.com>
Mon, 7 Mar 2011 08:49:02 +0000
(09:49 +0100)
committer
Philipp Reisner
<philipp.reisner@linbit.com>
Fri, 14 Oct 2011 14:48:07 +0000
(16:48 +0200)
Still missing: rcu_readlock() on the various call sites that
access/iterate over those idrs.
We don't need a specific write lock, as we only modify from
configuration context, which is already strictly serialized.
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
No differences found