aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-05-24 13:35:57 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-05-24 13:35:57 -0400
commit3a686375629da5d2e2ad019265b66ef113c87455 (patch)
tree1fbbedfcb92aeea38d90955ef11975187ddcc6f3 /fs/btrfs/ctree.h
parent2b8d99a723a3186a69b5bd941a272dbecae9205b (diff)
Btrfs: sparse files!
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index 3330004af1a6..e8f741167c6b 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -1180,6 +1180,7 @@ int btrfs_lookup_inode(struct btrfs_trans_handle *trans, struct btrfs_root
1180int btrfs_insert_file_extent(struct btrfs_trans_handle *trans, 1180int btrfs_insert_file_extent(struct btrfs_trans_handle *trans,
1181 struct btrfs_root *root, 1181 struct btrfs_root *root,
1182 u64 objectid, u64 pos, u64 offset, 1182 u64 objectid, u64 pos, u64 offset,
1183 u64 disk_num_blocks,
1183 u64 num_blocks); 1184 u64 num_blocks);
1184int btrfs_lookup_file_extent(struct btrfs_trans_handle *trans, 1185int btrfs_lookup_file_extent(struct btrfs_trans_handle *trans,
1185 struct btrfs_root *root, 1186 struct btrfs_root *root,