Commit 75dc034
Darrick J. Wong
xfs: fix xfs_btree_query_range callers to initialize btree rec fully
Use struct initializers to ensure that the xfs_btree_irecs passed into
the query_range function are completely initialized. No functional
changes, just closing some sloppy hygiene.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>1 parent 3ee9351 commit 75dc034
3 files changed
Lines changed: 13 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3823 | 3823 | | |
3824 | 3824 | | |
3825 | 3825 | | |
3826 | | - | |
3827 | | - | |
3828 | | - | |
| 3826 | + | |
| 3827 | + | |
| 3828 | + | |
3829 | 3829 | | |
3830 | 3830 | | |
3831 | | - | |
3832 | | - | |
3833 | | - | |
3834 | | - | |
3835 | 3831 | | |
3836 | 3832 | | |
3837 | 3833 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1921 | 1921 | | |
1922 | 1922 | | |
1923 | 1923 | | |
1924 | | - | |
1925 | | - | |
| 1924 | + | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
1926 | 1931 | | |
1927 | 1932 | | |
1928 | 1933 | | |
| |||
1953 | 1958 | | |
1954 | 1959 | | |
1955 | 1960 | | |
1956 | | - | |
1957 | | - | |
1958 | | - | |
1959 | | - | |
1960 | 1961 | | |
1961 | 1962 | | |
1962 | 1963 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2389 | 2389 | | |
2390 | 2390 | | |
2391 | 2391 | | |
2392 | | - | |
2393 | | - | |
2394 | | - | |
| 2392 | + | |
| 2393 | + | |
| 2394 | + | |
2395 | 2395 | | |
2396 | | - | |
2397 | | - | |
2398 | | - | |
2399 | | - | |
2400 | 2396 | | |
2401 | 2397 | | |
2402 | 2398 | | |
| |||
0 commit comments