diff options
| author | Filipe Manana <[email protected]> | 2025-02-18 16:00:14 +0000 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2025-03-18 19:35:46 +0000 |
| commit | ab12858161b05ca9c47f28f2ce682f82786df919 (patch) | |
| tree | 9c80732ba9e31bf931cb216403dc73469a8a72ac /fs/btrfs/dev-replace.c | |
| parent | btrfs: send: remove unnecessary return variable from process_new_xattr() (diff) | |
| download | kernel-ab12858161b05ca9c47f28f2ce682f82786df919.tar.gz kernel-ab12858161b05ca9c47f28f2ce682f82786df919.zip | |
btrfs: send: simplify return logic from process_changed_xattr()
There is no need to have an 'out' label and jump into it since there are
no resource cleanups to perform (release locks, free memory, etc), so
make this simpler by removing the label and goto and instead return
directly.
Signed-off-by: Filipe Manana <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
0 files changed, 0 insertions, 0 deletions
