projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ab3fa9
)
bcachefs: delete useless commit_do()
author
Kent Overstreet
<kent.overstreet@linux.dev>
Mon, 27 Nov 2023 06:46:18 +0000
(
01:46
-0500)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Mon, 1 Jan 2024 16:47:39 +0000
(11:47 -0500)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/btree_key_cache.c
patch
|
blob
|
history
diff --git
a/fs/bcachefs/btree_key_cache.c
b/fs/bcachefs/btree_key_cache.c
index 95314aaf4b58df85f70af2d10cb4c342af438435..b39b28b4ae73772a72778069d9c572b69375d129 100644
(file)
--- a/
fs/bcachefs/btree_key_cache.c
+++ b/
fs/bcachefs/btree_key_cache.c
@@
-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: