Commit 5a8a57f
committed
btrfs: merge btrfs_del_delalloc_inode() helpers
The helpers btrfs_del_delalloc_inode() and __btrfs_del_delalloc_inode()
don't follow the pattern when the "__" helper does a special case and
are in fact reversed regarding the naming. We can merge them into one as
there's only one place that needs to be open coded.
Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>1 parent 1cdeac6 commit 5a8a57f
3 files changed
Lines changed: 7 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
449 | | - | |
| 449 | + | |
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4629 | 4629 | | |
4630 | 4630 | | |
4631 | 4631 | | |
4632 | | - | |
| 4632 | + | |
4633 | 4633 | | |
4634 | 4634 | | |
4635 | 4635 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2410 | 2410 | | |
2411 | 2411 | | |
2412 | 2412 | | |
2413 | | - | |
| 2413 | + | |
2414 | 2414 | | |
2415 | 2415 | | |
2416 | 2416 | | |
| |||
2436 | 2436 | | |
2437 | 2437 | | |
2438 | 2438 | | |
2439 | | - | |
2440 | | - | |
2441 | | - | |
2442 | | - | |
2443 | | - | |
2444 | | - | |
2445 | | - | |
2446 | 2439 | | |
2447 | 2440 | | |
2448 | 2441 | | |
| |||
2565 | 2558 | | |
2566 | 2559 | | |
2567 | 2560 | | |
2568 | | - | |
| 2561 | + | |
| 2562 | + | |
2569 | 2563 | | |
| 2564 | + | |
| 2565 | + | |
2570 | 2566 | | |
2571 | 2567 | | |
2572 | 2568 | | |
| |||
0 commit comments