diff options
author | 2019-02-07 15:48:44 +1000 | |
---|---|---|
committer | 2019-03-04 20:05:34 -0600 | |
commit | 2109464184919f81efd593b4008291448c522815 (patch) | |
tree | 8bdaaac790b1a36a9bf35b1aaf283e85f119ecce /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cifs: add credits from unmatched responses/messages (diff) | |
download | linux-dev-2109464184919f81efd593b4008291448c522815.tar.xz linux-dev-2109464184919f81efd593b4008291448c522815.zip |
cifs: return -ENODATA when deleting an xattr that does not exist
BUGZILLA: https://bugzilla.kernel.org/show_bug.cgi?id=202007
When deleting an xattr/EA:
SMB2/3 servers will return SUCCESS when clients delete non-existing EAs.
This means that we need to first QUERY the server and check if the EA
exists or not so that we can return -ENODATA correctly when this happens.
Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions