Fix cmd_fs_usage for disk accounting key sort change

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2025-01-05 20:07:58 -05:00
parent 9cc5c9a79b
commit 16e23eaec1

View File

@ -230,8 +230,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);
}