diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index bc57e236ac64..2b15fb97d23f 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -2006,6 +2006,7 @@ int btrfs_write_dirty_block_groups(struct btrfs_trans_handle *trans, | |||
2006 | int btrfs_extent_readonly(struct btrfs_root *root, u64 bytenr); | 2006 | int btrfs_extent_readonly(struct btrfs_root *root, u64 bytenr); |
2007 | int btrfs_free_block_groups(struct btrfs_fs_info *info); | 2007 | int btrfs_free_block_groups(struct btrfs_fs_info *info); |
2008 | int btrfs_read_block_groups(struct btrfs_root *root); | 2008 | int btrfs_read_block_groups(struct btrfs_root *root); |
2009 | int btrfs_can_relocate(struct btrfs_root *root, u64 bytenr); | ||
2009 | int btrfs_make_block_group(struct btrfs_trans_handle *trans, | 2010 | int btrfs_make_block_group(struct btrfs_trans_handle *trans, |
2010 | struct btrfs_root *root, u64 bytes_used, | 2011 | struct btrfs_root *root, u64 bytes_used, |
2011 | u64 type, u64 chunk_objectid, u64 chunk_offset, | 2012 | u64 type, u64 chunk_objectid, u64 chunk_offset, |