]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drbd: Improve readability of IO resuming after freeze due to no data access
authorPhilipp Reisner <philipp.reisner@linbit.com>
Mon, 27 Aug 2012 15:20:12 +0000 (17:20 +0200)
committerPhilipp Reisner <philipp.reisner@linbit.com>
Fri, 9 Nov 2012 13:08:22 +0000 (14:08 +0100)
commit892fdd1aee35803bfa41ccf4df850ddb70f0811c
treeda4150805ff7aa465af7668b138384407b0b09e7
parent88f79ec4ae22a82d7b9a0cd4c9f3ee1def2a382c
drbd: Improve readability of IO resuming after freeze due to no data access

The previous way of doing the state change was also okay since the
state change on the susp flag gets propagated from the mdev
to the tconn.

Fortunately all this goes away in drbd-9.0

Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
drivers/block/drbd/drbd_state.c