dynamic_debug: reduce lineno field to a saner 18 bits
authorJim Cromie <jim.cromie@gmail.com>
Mon, 19 Dec 2011 22:12:59 +0000 (17:12 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Jan 2012 20:48:54 +0000 (12:48 -0800)
commite703ddae383abb24b1c7f363cb0df7e78a44ea45
treed34571a27641bb4d263eb2bb1b92cbda690a1a7b
parentb5b78f83854af15e04c63fdbc6efed9355afbe8f
dynamic_debug: reduce lineno field to a saner 18 bits

lineno:24 allows files with 4 million lines, an insane file-size, even
for never-to-get-in-tree machine generated code.  Reduce this to 18
bits, which still allows 256k lines.  This is still insanely big, but
its not raving mad.

Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
include/linux/dynamic_debug.h