Эх сурвалжийг харах

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>
David Howells 16 жил өмнө
parent
commit
1c2d008c9e
1 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  1. 3 1
      init/Kconfig

+ 3 - 1
init/Kconfig

@@ -1016,7 +1016,7 @@ source "arch/Kconfig"
 
 
 config SLOW_WORK
 config SLOW_WORK
 	default n
 	default n
-	bool "Enable slow work thread pool"
+	bool
 	help
 	help
 	  The slow work thread pool provides a number of dynamically allocated
 	  The slow work thread pool provides a number of dynamically allocated
 	  threads that can be used by the kernel to perform operations that
 	  threads that can be used by the kernel to perform operations that
@@ -1026,6 +1026,8 @@ config SLOW_WORK
 	  by a series of mkdirs and a create call, all of which have to touch
 	  by a series of mkdirs and a create call, all of which have to touch
 	  disk.
 	  disk.
 
 
+	  See Documentation/slow-work.txt.
+
 endmenu		# General setup
 endmenu		# General setup
 
 
 config HAVE_GENERIC_DMA_COHERENT
 config HAVE_GENERIC_DMA_COHERENT