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 70e143b13577..d82afb618bf1 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -907,7 +907,7 @@ int btrfs_extend_item(struct btrfs_trans_handle *trans, struct btrfs_root | |||
907 | int btrfs_truncate_item(struct btrfs_trans_handle *trans, | 907 | int btrfs_truncate_item(struct btrfs_trans_handle *trans, |
908 | struct btrfs_root *root, | 908 | struct btrfs_root *root, |
909 | struct btrfs_path *path, | 909 | struct btrfs_path *path, |
910 | u32 new_size); | 910 | u32 new_size, int from_end); |
911 | int btrfs_search_slot(struct btrfs_trans_handle *trans, struct btrfs_root | 911 | int btrfs_search_slot(struct btrfs_trans_handle *trans, struct btrfs_root |
912 | *root, struct btrfs_key *key, struct btrfs_path *p, int | 912 | *root, struct btrfs_key *key, struct btrfs_path *p, int |
913 | ins_len, int cow); | 913 | ins_len, int cow); |