drbd: fix drbd_delete_device: remove vnr from volumes; idr_remove(); synchronize_rcu...
authorLars Ellenberg <lars.ellenberg@linbit.com>
Mon, 7 Mar 2011 08:49:02 +0000 (09:49 +0100)
committerPhilipp 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