Lars Ellenberg c518d04fde drbd: fix race between deconfiguring and reconfiguring network
If a drbd_nl_net_conf hits the small window between the state change
to C_STANDALONE and the corresponding cleanup in after_state_ch,
that cleanup would throw away stuff we now need again,
and later trigger BUG_ON()s.

Fixed by properly serializing the new config request with
any pending cleanup.

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
2010-10-14 18:38:27 +02:00
..
2010-08-13 12:03:24 -07:00
2010-08-21 12:47:05 -07:00
2010-08-20 09:34:56 -07:00
2010-08-18 08:35:46 -04:00
2010-07-26 08:05:31 -07:00
2010-07-27 12:40:54 +02:00