systemd / casync

Content-Addressable Data Synchronization Tool
1.51k stars 117 forks source link

Fix btrfs subvolume detection #238

Closed srd424 closed 4 years ago

srd424 commented 4 years ago

We erroneously use the st_dev value in place of the magic value if the st_dev value is cached. This causes problems extracting trees containing subvolumes.

Fixes #237.