aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2007-03-27 11:26:26 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-03-27 11:26:26 -0400
commit9773a788681db1f5c2701b7433737fdca61a14ba (patch)
tree9d5f79f7a0e3b0f5e89509b42a3d8134364bed32 /fs/btrfs/ctree.h
parentf4b9aa8d3b877d0a6044a6d6d9a44b29cab9e265 (diff)
Btrfs: byte offsets for file keys
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r--fs/btrfs/ctree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h
index c3fa12a6b59e..1897f3a65b4f 100644
--- a/fs/btrfs/ctree.h
+++ b/fs/btrfs/ctree.h
@@ -899,5 +899,5 @@ int btrfs_alloc_file_extent(struct btrfs_trans_handle *trans,
899int btrfs_lookup_file_extent(struct btrfs_trans_handle *trans, 899int btrfs_lookup_file_extent(struct btrfs_trans_handle *trans,
900 struct btrfs_root *root, 900 struct btrfs_root *root,
901 struct btrfs_path *path, u64 objectid, 901 struct btrfs_path *path, u64 objectid,
902 u64 blocknr, u64 num_blocks, int mod); 902 u64 blocknr, int mod);
903#endif 903#endif