aboutsummaryrefslogtreecommitdiffstats
path: root/fs/fscache/Kconfig
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2010-07-20 22:09:01 +0200
committerTejun Heo <tj@kernel.org>2010-07-22 22:58:58 +0200
commitd098adfb7d281258173a43151483e52e21761021 (patch)
tree29a28d972770cdcd6b316d4ab43a5829f4fbe795 /fs/fscache/Kconfig
parent8af7c12436803291c90295259db23d371a7ad9cc (diff)
downloadkernel_samsung_smdk4412-d098adfb7d281258173a43151483e52e21761021.zip
kernel_samsung_smdk4412-d098adfb7d281258173a43151483e52e21761021.tar.gz
kernel_samsung_smdk4412-d098adfb7d281258173a43151483e52e21761021.tar.bz2
fscache: drop references to slow-work
fscache no longer uses slow-work. Drop references to it. Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'fs/fscache/Kconfig')
-rw-r--r--fs/fscache/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/fscache/Kconfig b/fs/fscache/Kconfig
index cc94bb9..3f6dfa9 100644
--- a/fs/fscache/Kconfig
+++ b/fs/fscache/Kconfig
@@ -1,7 +1,6 @@
config FSCACHE
tristate "General filesystem local caching manager"
- select SLOW_WORK
help
This option enables a generic filesystem caching manager that can be
used by various network and other filesystems to cache data locally.