Skip to content

Commit

Permalink
[CIFS] ACL and FSCACHE support no longer EXPERIMENTAL
Browse files Browse the repository at this point in the history
CIFS ACL support and FSCACHE support have been in long enough
to be no longer considered experimental.  Remove obsolete Kconfig
dependency.

Signed-off-by: Steve French <sfrench@us.ibm.com>
Acked-by: Jeff Layton <jlayton@redhat.com>
  • Loading branch information
Steve French committed Jan 18, 2012
1 parent 88a4412 commit c560018
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fs/cifs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ config CIFS_DFS_UPCALL

config CIFS_FSCACHE
bool "Provide CIFS client caching support (EXPERIMENTAL)"
depends on EXPERIMENTAL
depends on CIFS=m && FSCACHE || CIFS=y && FSCACHE=y
help
Makes CIFS FS-Cache capable. Say Y here if you want your CIFS data
Expand All @@ -149,7 +148,7 @@ config CIFS_FSCACHE

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

0 comments on commit c560018

Please sign in to comment.