Skip to content

Commit

Permalink
Merge branch 'koverstreet:master' into FixTypo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gelma authored Sep 6, 2024
2 parents 10d1a2a + b675b2e commit 0374ecd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/bcachefs/btree_journal_iter.c
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,8 @@ static void __journal_keys_sort(struct journal_keys *keys)
{
sort(keys->data, keys->nr, sizeof(keys->data[0]), journal_sort_key_cmp, NULL);

cond_resched();

struct journal_key *dst = keys->data;

darray_for_each(*keys, src) {
Expand Down

0 comments on commit 0374ecd

Please sign in to comment.