diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2019-10-10 19:47:22 +0300 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-23 00:08:29 +0300 |
commit | 2e87eae1fb7a61e72d98af9c0ef8cbaad1a6d497 (patch) | |
tree | 219474048d83169fb0da407351bdb284c71ba2c0 /fs/bcachefs/fs-io.h | |
parent | 2925fc49b3303ee7733cf9f6cba6a59a5b8a5e4b (diff) | |
download | linux-2e87eae1fb7a61e72d98af9c0ef8cbaad1a6d497.tar.xz |
bcachefs: Convert bch2_fpunch to bch2_extent_update()
As before - we're moving non Linux specific code out of 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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/bcachefs/fs-io.h b/fs/bcachefs/fs-io.h index 090d1c86de37..f823810d4971 100644 --- a/fs/bcachefs/fs-io.h +++ b/fs/bcachefs/fs-io.h @@ -18,8 +18,6 @@ int bchfs_extent_update(struct btree_trans *, 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 *); int __must_check bch2_write_inode_size(struct bch_fs *, struct bch_inode_info *, |