Commit 549a88a
committed
btrfs: change return type to bool type of check_eb_alignment()
The check function pattern is supposed to return true/false, currently
there's only one error code.
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>1 parent a43caf8 commit 549a88a
1 file changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2846 | 2846 | | |
2847 | 2847 | | |
2848 | 2848 | | |
2849 | | - | |
| 2849 | + | |
| 2850 | + | |
| 2851 | + | |
| 2852 | + | |
2850 | 2853 | | |
2851 | 2854 | | |
2852 | 2855 | | |
2853 | | - | |
| 2856 | + | |
2854 | 2857 | | |
2855 | 2858 | | |
2856 | 2859 | | |
2857 | 2860 | | |
2858 | 2861 | | |
2859 | 2862 | | |
2860 | 2863 | | |
2861 | | - | |
| 2864 | + | |
2862 | 2865 | | |
2863 | 2866 | | |
2864 | 2867 | | |
2865 | 2868 | | |
2866 | 2869 | | |
2867 | 2870 | | |
2868 | | - | |
| 2871 | + | |
2869 | 2872 | | |
2870 | 2873 | | |
2871 | 2874 | | |
2872 | 2875 | | |
2873 | 2876 | | |
2874 | 2877 | | |
2875 | 2878 | | |
2876 | | - | |
| 2879 | + | |
2877 | 2880 | | |
2878 | 2881 | | |
2879 | | - | |
2880 | 2882 | | |
2881 | 2883 | | |
2882 | 2884 | | |
| |||
0 commit comments