diff options
Diffstat (limited to 'fs/btrfs/delayed-ref.h')
-rw-r--r-- | fs/btrfs/delayed-ref.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/btrfs/delayed-ref.h b/fs/btrfs/delayed-ref.h index 37919e5c007f..c345fee9f96b 100644 --- a/fs/btrfs/delayed-ref.h +++ b/fs/btrfs/delayed-ref.h | |||
@@ -137,9 +137,8 @@ int btrfs_add_delayed_ref(struct btrfs_trans_handle *trans, | |||
137 | u64 ref_generation, u64 owner_objectid, int action, | 137 | u64 ref_generation, u64 owner_objectid, int action, |
138 | int pin); | 138 | int pin); |
139 | 139 | ||
140 | struct btrfs_delayed_ref * | 140 | struct btrfs_delayed_ref_head * |
141 | btrfs_find_delayed_ref(struct btrfs_trans_handle *trans, u64 bytenr, | 141 | btrfs_find_delayed_ref_head(struct btrfs_trans_handle *trans, u64 bytenr); |
142 | u64 parent); | ||
143 | int btrfs_delayed_ref_pending(struct btrfs_trans_handle *trans, u64 bytenr); | 142 | int btrfs_delayed_ref_pending(struct btrfs_trans_handle *trans, u64 bytenr); |
144 | int btrfs_lock_delayed_ref(struct btrfs_trans_handle *trans, | 143 | int btrfs_lock_delayed_ref(struct btrfs_trans_handle *trans, |
145 | struct btrfs_delayed_ref_node *ref, | 144 | struct btrfs_delayed_ref_node *ref, |