]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "loop: cleanup partitions when detaching loop device"
authorJens Axboe <axboe@kernel.dk>
Mon, 8 Apr 2013 08:12:11 +0000 (10:12 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 8 Apr 2013 08:12:11 +0000 (10:12 +0200)
commit597ddb3f1572817617415361c09760f99bbc7b90
tree196f7a05401e936bfaa368721acebf34cf2e0dc1
parentbded8a72e9243c554cd9011c5bd7a5a59b8b13ce
Revert "loop: cleanup partitions when detaching loop device"

This reverts commit 9ecfdd965602da3fb91688d210f070c4405f8383.

There are situations where the destruction path is called
with the bdev->bd_mutex already held, which then deadlocks in
loop_clr_fd(). The normal partition cleanup does a trylock()
on the mutex, but it'd be nice to have a more bullet proof
method in loop. So punt this more involved fix to the next
merge window, and just back out this buggy fix for now.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/partition-generic.c
drivers/block/loop.c