changeset 37382 | de9f9f888900 |
parent 37366 | b23e3cc1afd4 |
child 37455 | 9ecb7c471cfb |
37381:76823340a899 | 37382:de9f9f888900 |
---|---|
1542 |
1542 |
1543 return check |
1543 return check |
1544 |
1544 |
1545 # a whilelist of known filesystems where hardlink works reliably |
1545 # a whilelist of known filesystems where hardlink works reliably |
1546 _hardlinkfswhitelist = { |
1546 _hardlinkfswhitelist = { |
1547 'apfs', |
|
1547 'btrfs', |
1548 'btrfs', |
1548 'ext2', |
1549 'ext2', |
1549 'ext3', |
1550 'ext3', |
1550 'ext4', |
1551 'ext4', |
1551 'hfs', |
1552 'hfs', |