Changeset baa2a33 in mainline
- Timestamp:
- 2022-08-22T20:22:08Z (2 years ago)
- Parents:
- 0d59ea7e
- git-author:
- hekkihek <richard@…> (2022-08-22 20:22:08)
- git-committer:
- GitHub <noreply@…> (2022-08-22 20:22:08)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ext4/src/extent.c
r0d59ea7e rbaa2a33 643 643 644 644 uint16_t delete_count = block_count - 645 ( ext4_extent_get_start(path_ptr->extent) - first_fblock);645 (first_fblock - ext4_extent_get_start(path_ptr->extent)); 646 646 647 647 /* Release all blocks */
Note:
See TracChangeset
for help on using the changeset viewer.