diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 96ab2797c09a..f8fccdac3055 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -1590,6 +1590,8 @@ int btrfs_csum_truncate(struct btrfs_trans_handle *trans, | |||
1590 | struct btrfs_root *root, struct btrfs_path *path, | 1590 | struct btrfs_root *root, struct btrfs_path *path, |
1591 | u64 isize); | 1591 | u64 isize); |
1592 | /* inode.c */ | 1592 | /* inode.c */ |
1593 | int btrfs_writepages(struct address_space *mapping, | ||
1594 | struct writeback_control *wbc); | ||
1593 | int btrfs_create_subvol_root(struct btrfs_root *new_root, | 1595 | int btrfs_create_subvol_root(struct btrfs_root *new_root, |
1594 | struct btrfs_trans_handle *trans, u64 new_dirid, | 1596 | struct btrfs_trans_handle *trans, u64 new_dirid, |
1595 | struct btrfs_block_group_cache *block_group); | 1597 | struct btrfs_block_group_cache *block_group); |