]> 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)
commit44ee33fcb764474b9e6594797dc79c751554cf45
tree196f7a05401e936bfaa368721acebf34cf2e0dc1
parentd55a06117e5e3a3a6b7f1f2ae9dce94d485e3fd6
Revert "loop: cleanup partitions when detaching loop device"

This reverts commit 0f425cc843419f0e9e83b3cee690fd6400e6a925.

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