-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
cp/mv: suppress xattr ENOTSUP errors for optional preservation #10083
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
b6a3fc2 to
cceaa64
Compare
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
3030846 to
bb390e0
Compare
|
GNU testsuite comparison: |
|
GNU testsuite comparison: |
Merging this PR will degrade performance by 7.99%
Performance Changes
Comparing Footnotes
|
If a filesystem is unable to modify xattr in files with specific flags in mv and cp it is supposed to silently fail and not throw an error. There is a GNU test that tests this behaviour that has been failing and this change should address all of the expectations of the tests.