commit | 1d8b29fdb7ef39bd76bcd7a7f516938163097b0e | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 02 09:42:50 2019 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Apr 09 19:21:06 2019 -0400 |
tree | 6529627ac8c398afd4d447e7259c0ecc589df138 | |
parent | 357ab5b5d240a284b261a62451e838dd9f76e6b9 [diff] |
sysv: bury the broken "quietly truncate the long filenames" logics It's contrary to the normal semantics, only sysv and adfs try to do that (on any other filesystem you'll get -ENAMETOOLONG instead of quiet truncation) and nobody actually uses that - it got accidentally broken 5 years ago and nobody noticed. Time to bury it... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>