diff options
author | David Howells <dhowells@redhat.com> | 2009-04-06 10:47:25 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-06 17:31:28 -0400 |
commit | 1c2d008c9e73626cc354751c62b94177c4094f8b (patch) | |
tree | bcd1650aef7c10d3d365605280de4610850aa3d2 /init/Kconfig | |
parent | c47ae9adfdd3a9551969534dbb0d5606ec646526 (diff) |
Make CONFIG_SLOW_WORK an automatic rather than manual config option
Make CONFIG_SLOW_WORK an automatic rather than manual config option so that
people configuring their kernels don't have to make the choice. It can be
selected automatically by those things that require it (such as FS-Cache).
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Jeff Garzik <jgarzik@redhat.com>
Acked-by: Kyle McMartin <kyle@mcmartin.ca>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 09c79537ae09..c52d1d48272a 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1016,7 +1016,7 @@ source "arch/Kconfig" | |||
1016 | 1016 | ||
1017 | config SLOW_WORK | 1017 | config SLOW_WORK |
1018 | default n | 1018 | default n |
1019 | bool "Enable slow work thread pool" | 1019 | bool |
1020 | help | 1020 | help |
1021 | The slow work thread pool provides a number of dynamically allocated | 1021 | The slow work thread pool provides a number of dynamically allocated |
1022 | threads that can be used by the kernel to perform operations that | 1022 | threads that can be used by the kernel to perform operations that |
@@ -1026,6 +1026,8 @@ config SLOW_WORK | |||
1026 | by a series of mkdirs and a create call, all of which have to touch | 1026 | by a series of mkdirs and a create call, all of which have to touch |
1027 | disk. | 1027 | disk. |
1028 | 1028 | ||
1029 | See Documentation/slow-work.txt. | ||
1030 | |||
1029 | endmenu # General setup | 1031 | endmenu # General setup |
1030 | 1032 | ||
1031 | config HAVE_GENERIC_DMA_COHERENT | 1033 | config HAVE_GENERIC_DMA_COHERENT |