aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jbd/commit.c
diff options
context:
space:
mode:
authorLars Ellenberg <[email protected]>2010-09-14 18:26:27 +0000
committerPhilipp Reisner <[email protected]>2010-10-14 16:38:50 +0000
commite9e6f3ec535d7b7c9e2ca64ad691e743e7d3c2f0 (patch)
treecbc17d81b9d937b4fc515548f30f5ed00be193ee /fs/jbd/commit.c
parentdrbd: fix unlikely access after free and list corruption (diff)
downloadkernel-e9e6f3ec535d7b7c9e2ca64ad691e743e7d3c2f0.tar.gz
kernel-e9e6f3ec535d7b7c9e2ca64ad691e743e7d3c2f0.zip
drbd: fix for possible deadlock on IO error during resync
Scenario: Something (say, flush-147:0) is in drbd_al_begin_io, holding a local_cnt, waiting for the resync to make progress. Disk fails, worker in after_state_ch does drbd_rs_cancel_all, then waits for local_cnt to drop to zero. flush-147:0 is woken by drbd_rs_cancel_all, needs to write an AL transaction, and queues that on the worker. Deadlock. Fix: do not wait in the worker, have put_ldev() trigger the state change D_FAILED -> D_DISKLESS when necessary. put_ldev() cannot do the state change directly, as it may or may not already hold various spinlocks. We queue a short work instead. Signed-off-by: Philipp Reisner <[email protected]> Signed-off-by: Lars Ellenberg <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions