Commit 60ac802
btrfs: rename root to log in walk_down_log_tree() and walk_up_log_tree()
Everywhere we have a log root we name it as 'log' or 'log_root' except in
walk_down_log_tree() and walk_up_log_tree() where we name it as 'root',
which not only it's inconsistent, it's also confusing since we typically
use 'root' when naming variables that refer to a subvolume tree. So for
clairty and consistency rename the 'root' argument to 'log'.
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>1 parent 2c123db commit 60ac802
1 file changed
+5
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2779 | 2779 | | |
2780 | 2780 | | |
2781 | 2781 | | |
2782 | | - | |
| 2782 | + | |
2783 | 2783 | | |
2784 | 2784 | | |
2785 | 2785 | | |
2786 | | - | |
| 2786 | + | |
2787 | 2787 | | |
2788 | 2788 | | |
2789 | 2789 | | |
| |||
2821 | 2821 | | |
2822 | 2822 | | |
2823 | 2823 | | |
2824 | | - | |
2825 | | - | |
| 2824 | + | |
2826 | 2825 | | |
2827 | 2826 | | |
2828 | 2827 | | |
| |||
2873 | 2872 | | |
2874 | 2873 | | |
2875 | 2874 | | |
2876 | | - | |
| 2875 | + | |
2877 | 2876 | | |
2878 | 2877 | | |
2879 | 2878 | | |
| |||
2889 | 2888 | | |
2890 | 2889 | | |
2891 | 2890 | | |
2892 | | - | |
| 2891 | + | |
2893 | 2892 | | |
2894 | 2893 | | |
2895 | 2894 | | |
| |||
0 commit comments