xfsprogs/xfsprogs-2.8.21-buildfix.patch

14 lines
360 B
Diff

--- xfsprogs-2.8.21/libxfs/xfs_bmap.c 2007-01-23 06:57:06.000000000 +0100
+++ xfsprogs-2.8.21/libxfs/xfs_bmap.c.buildfix 2007-06-18 14:53:26.000000000 +0200
@@ -282,10 +282,6 @@ xfs_bmap_add_extent(
*curp = cur;
}
done:
-#ifdef DEBUG
- if (!error)
- xfs_bmap_check_leaf_extents(*curp, ip, whichfork);
-#endif
*logflagsp = logflags;
return error;
}