diff options
author | Alasdair G Kergon <agk@redhat.com> | 2005-07-28 21:16:00 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-07-28 21:46:03 -0700 |
commit | 2ca3310e78912a527d7d2c62c01da7cbf7346b8d (patch) | |
tree | 3eb83a509487d5b85d346630e9d700d73d28e39e /arch | |
parent | 4e90188be4a56f37fbb4ffb5b58745683526dcb9 (diff) | |
download | linux-3.10-2ca3310e78912a527d7d2c62c01da7cbf7346b8d.tar.gz linux-3.10-2ca3310e78912a527d7d2c62c01da7cbf7346b8d.tar.bz2 linux-3.10-2ca3310e78912a527d7d2c62c01da7cbf7346b8d.zip |
[PATCH] device-mapper: fix md->lock deadlocks in core
This patch is an attempt to fix deadlocks discovered in the core dm.
The problems boil down to md->lock having to be held in too many places, so
I've split it into two: md->suspend_lock and md->io_lock.
suspend_lock is now held throughout dm_suspended() as well as dm_resume()
and dm_swap_table() so that these functions cannot run concurrently:
there's no requirement for that and it added complexity.
DMF_FS_LOCKED becomes redundant: DMF_SUSPENDED provides adequate
protection.
Signed-Off-By: Alasdair G Kergon <agk@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions