fix huge-filename trunc on ubuntu-20.04 zfs

This commit is contained in:
ed 2022-09-25 14:00:11 +02:00
parent 98d5aa17e2
commit 53bb1c719b

View file

@ -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: