diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2022-10-31 03:21:11 +0100 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 23:09:45 +0200 |
commit | d4bce63636ab81ca4aed03d6641ad70c8416e921 (patch) | |
tree | 6b106329357324c9d2102c1a9b186710efea8dbd /fs/bcachefs/data_update.c | |
parent | bcachefs: should_compact_all() (diff) | |
download | linux-d4bce63636ab81ca4aed03d6641ad70c8416e921.tar.xz linux-d4bce63636ab81ca4aed03d6641ad70c8416e921.zip |
bcachefs: Kill BCH_WRITE_JOURNAL_SEQ_PTR
Dead code, delete.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/data_update.c')
-rw-r--r-- | fs/bcachefs/data_update.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/data_update.c b/fs/bcachefs/data_update.c index 927deb3943b5..658868048c22 100644 --- a/fs/bcachefs/data_update.c +++ b/fs/bcachefs/data_update.c @@ -226,7 +226,7 @@ int bch2_data_update_index_update(struct bch_write_op *op) bch2_trans_update(&trans, &iter, insert, BTREE_UPDATE_INTERNAL_SNAPSHOT_NODE) ?: bch2_trans_commit(&trans, &op->res, - op_journal_seq(op), + &op->journal_seq, BTREE_INSERT_NOFAIL| m->data_opts.btree_insert_flags); if (!ret) { |