Changes between Initial Version and Version 1 of Ticket #13612, comment 32
- Timestamp:
- Aug 31, 2017, 10:30:47 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13612, comment 32
initial v1 1 I changed a little on patch 7 of first patchset ([https://github.com/hyche/haiku/blob/btrfs/src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp#L89 FindNext] function of CachedExtentTree)1 I changed and scrubbed a little on patch 7 of first patchset ([https://github.com/hyche/haiku/blob/btrfs/src/add-ons/kernel/file_systems/btrfs/ExtentAllocator.cpp#L89 FindNext] function of CachedExtentTree), [https://github.com/hyche/haiku/blob/btrfs/src/add-ons/kernel/file_systems/btrfs/BTree.cpp#L126 SearchSlot()] and [https://github.com/hyche/haiku/blob/btrfs/src/add-ons/kernel/file_systems/btrfs/BTree.cpp#L1002 here] 2 2 3 3 Also there is a [https://github.com/hyche/haiku/blob/btrfs/src/add-ons/kernel/file_systems/btrfs/BTree.cpp#L804 line] (12th of second patchset) here is I don't know if it is right, because _data can be NULL but it did compile and run fine.