Re: [PATCH] btrfs: send: Simplify send_create_inode_if_needed
From: David Sterba <hidden>
Date: 2021-08-19 12:41:53
From: David Sterba <hidden>
Date: 2021-08-19 12:41:53
On Sun, Aug 01, 2021 at 08:35:49PM -0300, Marcos Paulo de Souza wrote:
The out label is being overused, we can simply return if the condition permits. No functional changes. Signed-off-by: Marcos Paulo de Souza <redacted>
Added to misc-next, with the if-else update, thanks.