bcachefs: delete useless commit_do()
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
8ab3fa9639
commit
cf5bacb6a5
@ -737,7 +737,7 @@ int bch2_btree_key_cache_journal_flush(struct journal *j,
|
||||
}
|
||||
six_unlock_read(&ck->c.lock);
|
||||
|
||||
ret = commit_do(trans, NULL, NULL, 0,
|
||||
ret = lockrestart_do(trans,
|
||||
btree_key_cache_flush_pos(trans, key, seq,
|
||||
BCH_TRANS_COMMIT_journal_reclaim, false));
|
||||
unlock:
|
||||
|
Loading…
Reference in New Issue
Block a user