]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
loop: Move loop_set_status_from_info() and friends up
authorMartijn Coenen <maco@android.com>
Wed, 13 May 2020 13:38:42 +0000 (15:38 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 May 2020 14:20:35 +0000 (08:20 -0600)
commit62ab466ca881fe200c21aa74b65f8bd83ec482dc
treeb9c25403b99f1a091de1db182aa189159a2e0b8e
parent0c3796c244598122a5d59d56f30d19390096817f
loop: Move loop_set_status_from_info() and friends up

So we can use it without forward declaration. This is a separate commit
to make it easier to verify that this is just a move, without functional
modifications.

Signed-off-by: Martijn Coenen <maco@android.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/loop.c