Skip to content

Commit

Permalink
Fix cmd_fs_usage for disk accounting key sort change
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Overstreet <[email protected]>
  • Loading branch information
Kent Overstreet committed Jan 6, 2025
1 parent d2bcf42 commit db3121c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions c_src/cmd_fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,6 @@ static int accounting_p_cmp(const void *_l, const void *_r)

struct bpos lp = (*l)->k.p, rp = (*r)->k.p;

bch2_bpos_swab(&lp);
bch2_bpos_swab(&rp);
return bpos_cmp(lp, rp);
}

Expand Down

0 comments on commit db3121c

Please sign in to comment.