diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-04-28 15:29:52 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:04:02 -0400 |
commit | ec44a35cbeb26ab2da84cb280d778260f2312feb (patch) | |
tree | afd48a9769125095922c931e3ad77f207c8fb025 /fs/btrfs/ctree.h | |
parent | 788f20eb5affef584e75ea84bb80a4c3352a2c0e (diff) |
Btrfs: Add balance ioctl to restripe the chunks
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 b9257b37bb96..73b92dd150ff 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -1364,7 +1364,7 @@ int btrfs_alloc_extent(struct btrfs_trans_handle *trans, | |||
1364 | u64 root_objectid, u64 ref_generation, | 1364 | u64 root_objectid, u64 ref_generation, |
1365 | u64 owner, u64 owner_offset, | 1365 | u64 owner, u64 owner_offset, |
1366 | u64 empty_size, u64 hint_byte, | 1366 | u64 empty_size, u64 hint_byte, |
1367 | u64 search_end, struct btrfs_key *ins, int data); | 1367 | u64 search_end, struct btrfs_key *ins, u64 data); |
1368 | int btrfs_inc_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root, | 1368 | int btrfs_inc_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root, |
1369 | struct extent_buffer *buf); | 1369 | struct extent_buffer *buf); |
1370 | int btrfs_free_extent(struct btrfs_trans_handle *trans, struct btrfs_root | 1370 | int btrfs_free_extent(struct btrfs_trans_handle *trans, struct btrfs_root |