On Wed, 18 Jan 2012 17:21:26 -0600 Steve French <smfrench@xxxxxxxxx> wrote: > commit 8194589ef0caae455f602a1a841744d8019374f9 > Author: Steve French <sfrench@xxxxxxxxxx> > Date: Wed Jan 18 17:19:11 2012 -0600 > > [CIFS] ACL and FSCACHE support no longer EXPERIMENTAL > > 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@xxxxxxxxxx> > > diff --git a/fs/cifs/Kconfig b/fs/cifs/Kconfig > index f66cc16..0554b00 100644 > --- a/fs/cifs/Kconfig > +++ b/fs/cifs/Kconfig > @@ -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 > @@ -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. > Sure, why not... Acked-by: Jeff Layton <jlayton@xxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html