summaryrefslogtreecommitdiff
path: root/delayed-ref.c
diff options
context:
space:
mode:
Diffstat (limited to 'delayed-ref.c')
-rw-r--r--delayed-ref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/delayed-ref.c b/delayed-ref.c
index e8123436..9974dbbd 100644
--- a/delayed-ref.c
+++ b/delayed-ref.c
@@ -201,7 +201,7 @@ static bool merge_ref(struct btrfs_trans_handle *trans,
mod = next->ref_mod;
} else {
if (ref->ref_mod < next->ref_mod) {
- swap(ref, next);
+ __swap(ref, next);
done = true;
}
mod = -next->ref_mod;