From 2a9101a9898920a04e77f70f7bbee84d2c76c527 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sat, 19 Oct 2019 19:03:23 -0400 Subject: bcachefs: Refactor bch2_trans_commit() path Signed-off-by: Kent Overstreet --- fs/bcachefs/journal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/bcachefs/journal.h') diff --git a/fs/bcachefs/journal.h b/fs/bcachefs/journal.h index 36066ea7de7a..f8867f86318a 100644 --- a/fs/bcachefs/journal.h +++ b/fs/bcachefs/journal.h @@ -271,7 +271,7 @@ static inline void bch2_journal_res_put(struct journal *j, if (!res->ref) return; - lock_release(&j->res_map, _RET_IP_); + lock_release(&j->res_map, _THIS_IP_); while (res->u64s) bch2_journal_add_entry(j, res, -- cgit v1.2.3