drbd: protect updates to integrits_tfm by tconn->data->mutex
authorPhilipp Reisner <philipp.reisner@linbit.com>
Mon, 16 May 2011 10:57:15 +0000 (12:57 +0200)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Thu, 8 Nov 2012 15:55:52 +0000 (16:55 +0100)
Since we need to hold that mutex anyways to make sure the peer
gets that change in the right position in the data stream,
it makes a lot of sense to use the same mutex to ensure existence
of the tfm.

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>

No differences found