diff options
author | Chris Mason <chris.mason@oracle.com> | 2007-03-27 11:26:26 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@hera.kernel.org> | 2007-03-27 11:26:26 -0400 |
commit | 9773a788681db1f5c2701b7433737fdca61a14ba (patch) | |
tree | 9d5f79f7a0e3b0f5e89509b42a3d8134364bed32 /fs/btrfs/ctree.h | |
parent | f4b9aa8d3b877d0a6044a6d6d9a44b29cab9e265 (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.h | 2 |
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, | |||
899 | int btrfs_lookup_file_extent(struct btrfs_trans_handle *trans, | 899 | int 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 |