Dynamic Debug: Split out query string parsing/setup from proc_write
authorThomas Renninger <trenn@suse.de>
Fri, 6 Aug 2010 14:11:01 +0000 (16:11 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 22 Oct 2010 17:16:42 +0000 (10:16 -0700)
commitfd89cfb8718753459fcea3fe6103d19de5e86c9b
tree8e05f06fc4954d55b75ec8c8dfeacce3c198f264
parentf6f94e2ab1b33f0082ac22d71f66385a60d8157f
Dynamic Debug: Split out query string parsing/setup from proc_write

The parsing and applying of dynamic debug strings is not only useful for
/sys/../dynamic_debug/control write access, but can also be used for
boot parameter parsing.
The boot parameter is introduced in a follow up patch.

Signed-off-by: Thomas Renninger <trenn@suse.de>
Acked-by: jbaron@redhat.com
Acked-by: Pekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
lib/dynamic_debug.c