mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 14:53:58 -04:00
This commit effectively reverts the following two commits:2704024d83("loop: add missing bd_abort_claiming in loop_set_status")08e136ebd1("loop: don't change loop device under exclusive opener in loop_set_status") as there are reports of them causing issues with unmounting. As we're close to the 6.19 kernel release and the original author hasn't taken a closer look at this yet, revert them for release. Reported-by: nokangaroo <nokangaroo@aon.at> Link: https://lore.kernel.org/all/62de4453-17e8-47f6-a10b-39bf5a49fdee@leemhuis.info/ Signed-off-by: Jens Axboe <axboe@kernel.dk>