diff options
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 4272fbb0873..78b9d457d72 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h @@ -3065,7 +3065,7 @@ int btrfs_reserve_extent(struct btrfs_trans_handle *trans,  				  struct btrfs_root *root,  				  u64 num_bytes, u64 min_alloc_size,  				  u64 empty_size, u64 hint_byte, -				  struct btrfs_key *ins, u64 data); +				  struct btrfs_key *ins, int is_data);  int btrfs_inc_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root,  		  struct extent_buffer *buf, int full_backref, int for_cow);  int btrfs_dec_ref(struct btrfs_trans_handle *trans, struct btrfs_root *root,  |