diff options
author | Omar Sandoval <osandov@fb.com> | 2017-03-01 10:42:38 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-12 06:37:27 +0100 |
commit | cd3db55c64ae1ee46c3522d9681e5999f83989d6 (patch) | |
tree | 4ca1033a845725dc47e35b0f22fe53ad15e1cc74 /fs | |
parent | 356d71df739877f18aa0ce1e0d7cb050d8fe874c (diff) | |
download | linux-stable-cd3db55c64ae1ee46c3522d9681e5999f83989d6.tar.gz linux-stable-cd3db55c64ae1ee46c3522d9681e5999f83989d6.tar.bz2 linux-stable-cd3db55c64ae1ee46c3522d9681e5999f83989d6.zip |
loop: fix LO_FLAGS_PARTSCAN hang
commit e02898b423802b1f3a3aaa7f16e896da069ba8f7 upstream.
loop_reread_partitions() needs to do I/O, but we just froze the queue,
so we end up waiting forever. This can easily be reproduced with losetup
-P. Fix it by moving the reread to after we unfreeze the queue.
Fixes: ecdd09597a57 ("block/loop: fix race between I/O and set_status")
Reported-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Omar Sandoval <osandov@fb.com>
Reviewed-by: Ming Lei <tom.leiming@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions