##// END OF EJS Templates
util: whitelist apfs for hardlink support...
Augie Fackler -
r37400:de9f9f88 default
parent child Browse files
Show More
@@ -1544,6 +1544,7 b' def checksignature(func):'
1544 1544
1545 1545 # a whilelist of known filesystems where hardlink works reliably
1546 1546 _hardlinkfswhitelist = {
1547 'apfs',
1547 1548 'btrfs',
1548 1549 'ext2',
1549 1550 'ext3',
General Comments 0
You need to be logged in to leave comments. Login now