commit | 29e20f9c65fae245d6fd4fce31cc5d01cde3d93f | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <pshilovsky@samba.org> | Fri Jul 13 13:58:14 2012 +0400 |
committer | Steve French <smfrench@gmail.com> | Tue Jul 24 14:12:03 2012 -0500 |
tree | 3e8410588672f7f0947c4c9bffd2455f855d0b02 | |
parent | d60622eb5a23904facf4a4efac60f5bfa810d7d4 [diff] |
CIFS: Make CAP_* checks protocol independent Since both CIFS and SMB2 use ses->capabilities (server->capabilities) field but flags are different we should make such checks protocol independent. Reviewed-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org> Signed-off-by: Steve French <smfrench@gmail.com>