Greg Kroah-Hartman 663a47430b kobject: fix up kobject_set_name to use kvasprintf
Kay pointed out that kobject_set_name was being very stupid, doing two
allocations for every call, when it should just be using the kernel
function kvasprintf() instead.

This change adds the internal kobject_set_name_vargs() function, which
other follow-on patches will be using.

Cc: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-01-24 20:40:09 -08:00
..
2007-07-31 15:39:37 -07:00
2007-05-11 05:38:25 -04:00
2007-07-16 09:05:50 -07:00
2007-07-17 10:23:04 -07:00
2007-10-18 14:37:32 -07:00
2007-05-10 18:24:13 +02:00
2007-04-25 22:28:53 -07:00
2007-07-24 12:24:59 -07:00
2007-10-19 11:53:41 -07:00
2007-08-22 19:52:45 -07:00
2007-10-20 01:29:18 +02:00
2008-01-24 20:40:05 -08:00
2007-10-19 11:53:41 -07:00
2007-10-17 08:42:52 -07:00
2007-10-22 21:19:58 +02:00