summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/fs-io.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/bcachefs/fs-io.h')
-rw-r--r--fs/bcachefs/fs-io.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/fs/bcachefs/fs-io.h b/fs/bcachefs/fs-io.h
index 5e48d21bd2e4..090d1c86de37 100644
--- a/fs/bcachefs/fs-io.h
+++ b/fs/bcachefs/fs-io.h
@@ -11,13 +11,13 @@
struct quota_res;
-int bch2_extent_update(struct btree_trans *,
- struct bch_inode_info *,
- struct disk_reservation *,
- struct quota_res *,
- struct btree_iter *,
- struct bkey_i *,
- u64, bool, bool, s64 *);
+int bchfs_extent_update(struct btree_trans *,
+ struct bch_inode_info *,
+ struct disk_reservation *,
+ struct quota_res *,
+ struct btree_iter *,
+ struct bkey_i *,
+ u64, bool, bool, s64 *);
int bch2_fpunch_at(struct btree_trans *, struct btree_iter *,
struct bpos, struct bch_inode_info *);