]> Pileus Git - ~andy/linux/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)
commitc2fccc1c9f7c81700cbac2120a4ad5441dd37004
tree196f7a05401e936bfaa368721acebf34cf2e0dc1
parentc66bb3f075cfe2d17b2427e96e043622db02759c
Revert "loop: cleanup partitions when detaching loop device"

This reverts commit 8761a3dc1f07b163414e2215a2cadbb4cfe2a107.

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