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 be16cd49ef69..d788ab0dcd96 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -1613,6 +1613,8 @@ int btrfs_lookup_inode(struct btrfs_trans_handle *trans, struct btrfs_root | |||
1613 | struct btrfs_key *location, int mod); | 1613 | struct btrfs_key *location, int mod); |
1614 | 1614 | ||
1615 | /* file-item.c */ | 1615 | /* file-item.c */ |
1616 | int btrfs_lookup_bio_sums(struct btrfs_root *root, struct inode *inode, | ||
1617 | struct bio *bio); | ||
1616 | int btrfs_insert_file_extent(struct btrfs_trans_handle *trans, | 1618 | int btrfs_insert_file_extent(struct btrfs_trans_handle *trans, |
1617 | struct btrfs_root *root, | 1619 | struct btrfs_root *root, |
1618 | u64 objectid, u64 pos, u64 disk_offset, | 1620 | u64 objectid, u64 pos, u64 disk_offset, |