diff options
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 116aee21bf77..f90e5a7ac161 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -1403,7 +1403,8 @@ static inline struct dentry *fdentry(struct file *file) { | |||
1403 | } | 1403 | } |
1404 | 1404 | ||
1405 | /* extent-tree.c */ | 1405 | /* extent-tree.c */ |
1406 | int btrfs_cross_ref_exists(struct btrfs_root *root, | 1406 | int btrfs_cross_ref_exists(struct btrfs_trans_handle *trans, |
1407 | struct btrfs_root *root, | ||
1407 | struct btrfs_key *key, u64 bytenr); | 1408 | struct btrfs_key *key, u64 bytenr); |
1408 | int btrfs_extent_post_op(struct btrfs_trans_handle *trans, | 1409 | int btrfs_extent_post_op(struct btrfs_trans_handle *trans, |
1409 | struct btrfs_root *root); | 1410 | struct btrfs_root *root); |