commit | 46e1ce4177aac86b8e39bc7bb5763e9d040ae5cb | [log] [tgz] |
---|---|---|
author | Philipp Reisner <philipp.reisner@linbit.com> | Mon May 16 12:57:15 2011 +0200 |
committer | Philipp Reisner <philipp.reisner@linbit.com> | Thu Nov 08 16:55:52 2012 +0100 |
tree | a5d277ef1bd84a141edd7e7ad8597ac7fda24176 | |
parent | dcb20d1a8e7d9602e52a9b673ae4d7f746d2cbb2 [diff] |
drbd: protect updates to integrits_tfm by tconn->data->mutex 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>