From: Jeff Layton Date: Mon, 6 Dec 2010 17:52:08 +0000 (-0500) Subject: cifs: fix use of CONFIG_CIFS_ACL X-Git-Tag: v2.6.37-rc6~35^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79df1baeec29022e4181f2964187b88661ef5517;p=pandora-kernel.git cifs: fix use of CONFIG_CIFS_ACL Some of the code under CONFIG_CIFS_ACL is dependent upon code under CONFIG_CIFS_EXPERIMENTAL, but the Kconfig options don't reflect that dependency. Move more of the ACL code out from under CONFIG_CIFS_EXPERIMENTAL and under CONFIG_CIFS_ACL. Also move find_readable_file out from other any sort of Kconfig option and make it a function normally compiled in. Reported-and-Acked-by: Randy Dunlap Signed-off-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed