*/
        ret = bch2_trans_do(c, &as->disk_res, &journal_seq,
                            BTREE_INSERT_NOFAIL|
+                           BTREE_INSERT_USE_RESERVE|
+                           BTREE_INSERT_USE_ALLOC_RESERVE|
                            BTREE_INSERT_NOCHECK_RW|
                            BTREE_INSERT_JOURNAL_RESERVED,
                            btree_update_nodes_written_trans(&trans, as));
        bch2_keylist_init(&as->new_keys, as->_new_keys);
        bch2_keylist_init(&as->parent_keys, as->inline_keys);
 
-       ret = bch2_journal_preres_get(&c->journal, &as->journal_preres,
-                                     BTREE_UPDATE_JOURNAL_RES,
-                                     JOURNAL_RES_GET_NONBLOCK);
+       if (!(flags & BTREE_INSERT_JOURNAL_RESERVED))
+               ret = bch2_journal_preres_get(&c->journal, &as->journal_preres,
+                                             BTREE_UPDATE_JOURNAL_RES,
+                                             JOURNAL_RES_GET_NONBLOCK);
        if (ret == -EAGAIN) {
                if (flags & BTREE_INSERT_NOUNLOCK)
                        return ERR_PTR(-EINTR);