Re: [PATCH v4 07/10] loop: Move loop_set_status_from_info() and friends up

2020-05-05 Thread Christoph Hellwig
On Wed, Apr 29, 2020 at 04:03:38PM +0200, Martijn Coenen wrote: > 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 Looks good, Reviewed-by: Christ

[PATCH v4 07/10] loop: Move loop_set_status_from_info() and friends up

2020-04-29 Thread Martijn Coenen
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 --- drivers/block/loop.c | 206 +-- 1 file changed, 103 insertions