diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index e8f741167c6b..756ea9d0123b 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -1198,5 +1198,8 @@ struct btrfs_csum_item *btrfs_lookup_csum(struct btrfs_trans_handle *trans, | |||
1198 | struct btrfs_path *path, | 1198 | struct btrfs_path *path, |
1199 | u64 objectid, u64 offset, | 1199 | u64 objectid, u64 offset, |
1200 | int cow); | 1200 | int cow); |
1201 | int btrfs_csum_truncate(struct btrfs_trans_handle *trans, | ||
1202 | struct btrfs_root *root, struct btrfs_path *path, | ||
1203 | u64 isize); | ||
1201 | /* super.c */ | 1204 | /* super.c */ |
1202 | #endif | 1205 | #endif |