fix huge-filename trunc on ubuntu-20.04 zfs
This commit is contained in:
parent
98d5aa17e2
commit
53bb1c719b
@ -1022,7 +1022,7 @@ def ren_open(
|
|||||||
]
|
]
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if ex.errno not in [36, 63] and (not WINDOWS or ex.errno != 22):
|
if ex.errno not in [36, 63, 95] and (not WINDOWS or ex.errno != 22):
|
||||||
raise
|
raise
|
||||||
|
|
||||||
if not b64:
|
if not b64:
|
||||||
|
Loading…
Reference in New Issue
Block a user