mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
add ufs/ufs2 sparse file support
This commit is contained in:
parent
900ac29d4c
commit
0dad17b5cd
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue