commit | 95907fea4fd8ccc736e0a428e52159b4d42b9958 | [log] [tgz] |
---|---|---|
author | Ronnie Sahlberg <lsahlber@redhat.com> | Thu Aug 24 11:24:55 2017 +1000 |
committer | Steve French <smfrench@gmail.com> | Mon Sep 04 14:03:41 2017 -0500 |
tree | e2f69feb6d0f5b2c85e8666502608584c22e14f7 | |
parent | 81a84ad3cb5711cec79f4dd53a4ce026b092c432 [diff] |
cifs: Add support for reading attributes on SMB2+ SMB1 already has support to read attributes. This adds similar support to SMB2+. With this patch, tools such as 'getfattr' will now work with SMB2+ shares. RH-bz: 1110709 Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <smfrench@gmail.com> Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>