summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs-io.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2019-10-09 19:50:39 +0300
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-23 00:08:29 +0300
commit9a3df993e15e0d44974d6ac7c5749c7028aa9e3c (patch)
tree40cf826c4c05f8b89e7c052db210d5289546b4ee /fs/bcachefs/fs-io.h
parent2e87eae1fb7a61e72d98af9c0ef8cbaad1a6d497 (diff)
downloadlinux-9a3df993e15e0d44974d6ac7c5749c7028aa9e3c.tar.xz
bcachefs: Kill bchfs_extent_update()
The generic IO path now handles inode updates for i_size and i_sectors - this means we can drop a fair amount of code from fs-io.c. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/fs-io.h')
-rw-r--r--fs/bcachefs/fs-io.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/bcachefs/fs-io.h b/fs/bcachefs/fs-io.h
index f823810d4971..2a2df58a46bb 100644
--- a/fs/bcachefs/fs-io.h
+++ b/fs/bcachefs/fs-io.h
@@ -11,14 +11,6 @@
struct quota_res;
-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 __must_check bch2_write_inode_size(struct bch_fs *,
struct bch_inode_info *,
loff_t, unsigned);