OSDN Git Service

cifs: add missing support for ACLs in SMB 3.11
authorRonnie Sahlberg <lsahlber@redhat.com>
Fri, 10 Aug 2018 01:03:55 +0000 (11:03 +1000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 5 Sep 2018 07:29:40 +0000 (09:29 +0200)
commita673044fbe8b16c27fedb595959167e1ac9bda71
treec69e0a02bc6eff02d7d9c4b78c5e6159b07d1083
parent08aee5c2c26f5f8a17446da9a137ac8400a0e692
cifs: add missing support for ACLs in SMB 3.11

commit c1777df1a5d541cda918ff0450c8adcc8b69c2fd upstream.

We were missing the methods for get_acl and friends for the 3.11
dialect.

Signed-off-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
CC: Stable <stable@vger.kernel.org>
Reviewed-by: Pavel Shilovsky <pshilov@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/cifs/smb2ops.c