Driver core: fix show_uevent from taking up way too much stack
authorGreg Kroah-Hartman <gregkh@suse.de>
Wed, 2 May 2007 12:14:11 +0000 (14:14 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 3 May 2007 01:57:59 +0000 (18:57 -0700)
Declaring an array of PAGE_SIZE does bad things for people running with
4k stacks...

Thanks to Tilman Schmidt for tracking this down.

Cc: Tilman Schmidt <tilman@imap.cc>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found