commit | 1de037a43edf67f3a9f66dd197195b3c08febb16 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Tue May 29 15:17:08 2007 -0400 |
committer | David Woodhouse <dwmw2@hera.kernel.org> | Tue May 29 15:17:08 2007 -0400 |
tree | eba718d502f766f9527fcdc43961fb082641f3ac | |
parent | 3a686375629da5d2e2ad019265b66ef113c87455 [diff] [blame] |
Btrfs: fixup various fsx failures Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index e8f7411..756ea9d 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h
@@ -1198,5 +1198,8 @@ struct btrfs_path *path, u64 objectid, u64 offset, int cow); +int btrfs_csum_truncate(struct btrfs_trans_handle *trans, + struct btrfs_root *root, struct btrfs_path *path, + u64 isize); /* super.c */ #endif