diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2018-08-08 19:53:30 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:08:09 -0400 |
commit | fc3268c13c1925df9bdc427ffe9bd5466f672b83 (patch) | |
tree | e22d60b4c38a4124ecf03c6da3a8888e630a4bc9 /fs/bcachefs/fs-io.c | |
parent | 190fa7af39a41867f98166661422f0cf84812358 (diff) | |
download | lwn-fc3268c13c1925df9bdc427ffe9bd5466f672b83.tar.gz lwn-fc3268c13c1925df9bdc427ffe9bd5466f672b83.zip |
bcachefs: kill extent_insert_hook
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/fs-io.c')
-rw-r--r-- | fs/bcachefs/fs-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/fs-io.c b/fs/bcachefs/fs-io.c index 2ab2d612e90c..195af78cb474 100644 --- a/fs/bcachefs/fs-io.c +++ b/fs/bcachefs/fs-io.c @@ -326,7 +326,7 @@ static int bch2_extent_update(struct btree_trans *trans, BTREE_INSERT_ENTRY(inode_iter, &inode_p.inode.k_i)); } - ret = bch2_trans_commit(trans, disk_res, NULL, + ret = bch2_trans_commit(trans, disk_res, &inode->ei_journal_seq, BTREE_INSERT_NOFAIL| BTREE_INSERT_ATOMIC| |