diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-05-29 15:17:08 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-05-29 15:17:08 -0400 |
commit | 1de037a43edf67f3a9f66dd197195b3c08febb16 (patch) | |
tree | eba718d502f766f9527fcdc43961fb082641f3ac /fs/btrfs/ctree.h | |
parent | 3a686375629da5d2e2ad019265b66ef113c87455 (diff) |
Btrfs: fixup various fsx failures
Signed-off-by: Chris Mason <chris.mason@oracle.com>
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 |