Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 243e2dd3 authored by Darren Salt's avatar Darren Salt Committed by Steve French
Browse files

CIFS ACL support needs CONFIG_KEYS, so depend on it



Build fails if CONFIG_KEYS is not selected.

Signed-off-by: default avatarDarren Salt <linux@youmustbejoking.demon.co.uk>
Reviewed-by: default avatarShirish Pargaonkar <shirishp@us.ibm.com>
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 957df453
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -149,7 +149,7 @@ config CIFS_FSCACHE

config CIFS_ACL
	  bool "Provide CIFS ACL support (EXPERIMENTAL)"
	  depends on EXPERIMENTAL && CIFS_XATTR
	  depends on EXPERIMENTAL && CIFS_XATTR && KEYS
	  help
	    Allows to fetch CIFS/NTFS ACL from the server.  The DACL blob
	    is handed over to the application/caller.