1
0
mirror of https://github.com/Zygo/bees.git synced 2025-12-28 14:30:21 +01:00

Merge branch 'master' into subvol-threads

This commit is contained in:
Zygo Blaxell
2017-06-17 08:15:34 -04:00
6 changed files with 25 additions and 14 deletions

View File

@@ -735,6 +735,7 @@ BeesCrawl::fetch_extents()
break;
case BTRFS_FILE_EXTENT_PREALLOC:
BEESCOUNT(crawl_prealloc);
// fallthrough
case BTRFS_FILE_EXTENT_REG: {
auto physical = call_btrfs_get(btrfs_stack_file_extent_disk_bytenr, i.m_data);
auto ram = call_btrfs_get(btrfs_stack_file_extent_ram_bytes, i.m_data);