diff options
| author | Kent Overstreet <kent.overstreet@gmail.com> | 2019-10-09 12:50:39 -0400 |
|---|---|---|
| committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:08:29 -0400 |
| commit | 9a3df993e15e0d44974d6ac7c5749c7028aa9e3c (patch) | |
| tree | 40cf826c4c05f8b89e7c052db210d5289546b4ee /fs/bcachefs/fs-io.h | |
| parent | bcachefs: Convert bch2_fpunch to bch2_extent_update() (diff) | |
| download | linux-9a3df993e15e0d44974d6ac7c5749c7028aa9e3c.tar.gz linux-9a3df993e15e0d44974d6ac7c5749c7028aa9e3c.zip | |
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.h | 8 |
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); |
