mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-27 11:45:44 +00:00
add ufs/ufs2 sparse file support
This commit is contained in:
parent
900ac29d4c
commit
0dad17b5cd
@ -1044,6 +1044,8 @@ namespace libtorrent
|
||||
case 0x52345362: // Reiser4
|
||||
case 0x58465342: // XFS
|
||||
case 0x65735546: // NTFS-3G
|
||||
case 0x19540119: // UFS2
|
||||
case 0x011954: // UFS
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user