Re: [PATCH] sr: simplify the local variable initialization in sr_block_open()

From: Jens Axboe
Date: Tue Mar 15 2022 - 16:42:12 EST


On Mon, 14 Mar 2022 16:03:21 +0100, Lukas Bulwahn wrote:
> Commit 01d0c698536f ("sr: implement ->free_disk to simplify refcounting")
> refactored sr_block_open(), initialized one variable with a duplicate
> assignment (probably an unintended copy & paste duplication) and turned one
> error case into an early return, which makes the initialization of the
> return variable needless.
>
> So, simplify the local variable initialization in sr_block_open() to make
> the code a bit more clear.
>
> [...]

Applied, thanks!

[1/1] sr: simplify the local variable initialization in sr_block_open()
commit: 79d45f57a19537a1ec6ebf836944e968b154f86e

Best regards,
--
Jens Axboe