cifs: simplify code by removing CONFIG_CIFS_ACL ifdef
authorSteve French <stfrench@microsoft.com>
Mon, 24 Jun 2019 06:44:11 +0000 (01:44 -0500)
committerSteve French <stfrench@microsoft.com>
Mon, 8 Jul 2019 03:37:43 +0000 (22:37 -0500)
commit73cf8085dc09442f17f32972d3cdec7232f1be55
treeb865ef231fa82a09d26e86dbea3a624f1baaa3fd
parent6552d6a0264de505d3bb1445aecf757b1ec3873a
cifs: simplify code by removing CONFIG_CIFS_ACL ifdef

SMB3 ACL support is needed for many use cases now and should not be
ifdeffed out, even for SMB1 (CIFS).  Remove the CONFIG_CIFS_ACL
ifdef so ACL support is always built into cifs.ko

Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/Kconfig
fs/cifs/Makefile
fs/cifs/cifs_debug.c
fs/cifs/cifsfs.c
fs/cifs/cifsglob.h
fs/cifs/cifssmb.c
fs/cifs/inode.c
fs/cifs/smb1ops.c
fs/cifs/smb2ops.c
fs/cifs/xattr.c