Commit 33a44f3
btrfs: simplify return variables in btrfs_drop_subtree()
There's another return variable wret that is only passed to ret on
error, we can simply use ret.
Signed-off-by: Anand Jain <anand.jain@oracle.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>1 parent 1618aa3 commit 33a44f3
1 file changed
Lines changed: 7 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6099 | 6099 | | |
6100 | 6100 | | |
6101 | 6101 | | |
6102 | | - | |
6103 | 6102 | | |
6104 | 6103 | | |
6105 | 6104 | | |
| |||
6135 | 6134 | | |
6136 | 6135 | | |
6137 | 6136 | | |
6138 | | - | |
6139 | | - | |
6140 | | - | |
| 6137 | + | |
| 6138 | + | |
6141 | 6139 | | |
6142 | | - | |
6143 | 6140 | | |
6144 | | - | |
6145 | | - | |
6146 | | - | |
6147 | | - | |
| 6141 | + | |
| 6142 | + | |
| 6143 | + | |
| 6144 | + | |
6148 | 6145 | | |
| 6146 | + | |
6149 | 6147 | | |
6150 | 6148 | | |
6151 | 6149 | | |
| |||
0 commit comments