1
0
mirror of https://github.com/Zygo/bees.git synced 2025-07-03 09:12:25 +02: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);