Skip to content
Commit 666753c3 authored by Steve French's avatar Steve French
Browse files

[CIFS] Fix SMB2 mounts so they don't try to set or get xattrs via cifs



When mounting with smb2 (or smb2.1 or smb3) we need to check to make
sure that attempts to query or set extended attributes do not
attempt to send the request with the older cifs protocol instead
(eventually we also need to add the support in SMB2
to query/set extended attributes but this patch prevents us from
using the wrong protocol for extended attribute operations).

Signed-off-by: default avatarSteve French <smfrench@gmail.com>
parent d81b8a40
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment