aboutsummaryrefslogtreecommitdiff
path: root/lib/mpi/mpi-mul.c
diff options
context:
space:
mode:
authorQu Wenruo <[email protected]>2022-09-13 13:31:13 +0800
committerDavid Sterba <[email protected]>2022-09-26 12:28:07 +0200
commit209ecde55c4a642c988f0beba0dfaaa260ab034d (patch)
tree6f069ea11634832d13e2e77a6276d14f1737f849 /lib/mpi/mpi-mul.c
parent814b6f9158847767f53e3e5e5b620bc572ecaf91 (diff)
btrfs: switch page and disk_bytenr argument position for submit_extent_page()
Normally we put (page, pg_len, pg_offset) arguments together, just like what __bio_add_page() does. But in submit_extent_page(), what we got is, (page, disk_bytenr, pg_len, pg_offset), which sometimes can be confusing. Change the order to (disk_bytenr, page, pg_len, pg_offset) to make it to follow the common schema. Reviewed-by: Anand Jain <[email protected]> Signed-off-by: Qu Wenruo <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-mul.c')
0 files changed, 0 insertions, 0 deletions