forked from Minki/linux
fscache, cachefiles: Disable configuration
Disable fscache and cachefiles in Kconfig whilst it is rewritten. Signed-off-by: David Howells <dhowells@redhat.com> Reviewed-by: Jeff Layton <jlayton@kernel.org> cc: linux-cachefs@redhat.com Link: https://lore.kernel.org/r/163819576672.215744.12444272479560406780.stgit@warthog.procyon.org.uk/ # v1 Link: https://lore.kernel.org/r/163906882835.143852.11073015983885872901.stgit@warthog.procyon.org.uk/ # v2 Link: https://lore.kernel.org/r/163967075113.1823006.277316290062782998.stgit@warthog.procyon.org.uk/ # v3 Link: https://lore.kernel.org/r/164021481179.640689.2004199594774033658.stgit@warthog.procyon.org.uk/ # v4
This commit is contained in:
parent
3cfef1b612
commit
01491a7565
@ -14,7 +14,7 @@ config 9P_FS
|
|||||||
if 9P_FS
|
if 9P_FS
|
||||||
config 9P_FSCACHE
|
config 9P_FSCACHE
|
||||||
bool "Enable 9P client caching support"
|
bool "Enable 9P client caching support"
|
||||||
depends on 9P_FS=m && FSCACHE || 9P_FS=y && FSCACHE=y
|
depends on 9P_FS=m && FSCACHE_OLD_API || 9P_FS=y && FSCACHE_OLD_API=y
|
||||||
help
|
help
|
||||||
Choose Y here to enable persistent, read-only local
|
Choose Y here to enable persistent, read-only local
|
||||||
caching support for 9p clients using FS-Cache
|
caching support for 9p clients using FS-Cache
|
||||||
|
@ -25,7 +25,7 @@ config AFS_DEBUG
|
|||||||
|
|
||||||
config AFS_FSCACHE
|
config AFS_FSCACHE
|
||||||
bool "Provide AFS client caching support"
|
bool "Provide AFS client caching support"
|
||||||
depends on AFS_FS=m && FSCACHE || AFS_FS=y && FSCACHE=y
|
depends on AFS_FS=m && FSCACHE_OLD_API || AFS_FS=y && FSCACHE_OLD_API=y
|
||||||
help
|
help
|
||||||
Say Y here if you want AFS data to be cached locally on disk through
|
Say Y here if you want AFS data to be cached locally on disk through
|
||||||
the generic filesystem cache manager
|
the generic filesystem cache manager
|
||||||
|
@ -21,7 +21,7 @@ config CEPH_FS
|
|||||||
if CEPH_FS
|
if CEPH_FS
|
||||||
config CEPH_FSCACHE
|
config CEPH_FSCACHE
|
||||||
bool "Enable Ceph client caching support"
|
bool "Enable Ceph client caching support"
|
||||||
depends on CEPH_FS=m && FSCACHE || CEPH_FS=y && FSCACHE=y
|
depends on CEPH_FS=m && FSCACHE_OLD_API || CEPH_FS=y && FSCACHE_OLD_API=y
|
||||||
help
|
help
|
||||||
Choose Y here to enable persistent, read-only local
|
Choose Y here to enable persistent, read-only local
|
||||||
caching support for Ceph clients using FS-Cache
|
caching support for Ceph clients using FS-Cache
|
||||||
|
@ -188,7 +188,7 @@ config CIFS_SMB_DIRECT
|
|||||||
|
|
||||||
config CIFS_FSCACHE
|
config CIFS_FSCACHE
|
||||||
bool "Provide CIFS client caching support"
|
bool "Provide CIFS client caching support"
|
||||||
depends on CIFS=m && FSCACHE || CIFS=y && FSCACHE=y
|
depends on CIFS=m && FSCACHE_OLD_API || CIFS=y && FSCACHE_OLD_API=y
|
||||||
help
|
help
|
||||||
Makes CIFS FS-Cache capable. Say Y here if you want your CIFS data
|
Makes CIFS FS-Cache capable. Say Y here if you want your CIFS data
|
||||||
to be cached locally on disk through the general filesystem cache
|
to be cached locally on disk through the general filesystem cache
|
||||||
|
@ -38,3 +38,6 @@ config FSCACHE_DEBUG
|
|||||||
enabled by setting bits in /sys/modules/fscache/parameter/debug.
|
enabled by setting bits in /sys/modules/fscache/parameter/debug.
|
||||||
|
|
||||||
See Documentation/filesystems/caching/fscache.rst for more information.
|
See Documentation/filesystems/caching/fscache.rst for more information.
|
||||||
|
|
||||||
|
config FSCACHE_OLD_API
|
||||||
|
bool
|
||||||
|
@ -170,7 +170,7 @@ config ROOT_NFS
|
|||||||
|
|
||||||
config NFS_FSCACHE
|
config NFS_FSCACHE
|
||||||
bool "Provide NFS client caching support"
|
bool "Provide NFS client caching support"
|
||||||
depends on NFS_FS=m && FSCACHE || NFS_FS=y && FSCACHE=y
|
depends on NFS_FS=m && FSCACHE_OLD_API || NFS_FS=y && FSCACHE_OLD_API=y
|
||||||
help
|
help
|
||||||
Say Y here if you want NFS data to be cached locally on disc through
|
Say Y here if you want NFS data to be cached locally on disc through
|
||||||
the general filesystem cache manager
|
the general filesystem cache manager
|
||||||
|
Loading…
Reference in New Issue
Block a user