Merge branch 'linus' into x86/xen

Conflicts:
	arch/x86/kernel/paravirt.c

Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Ingo Molnar
2008-08-25 10:54:07 +02:00
förälder 25258ef762 83097aca85
incheckning e4f807c2b4
421 ändrade filer med 4500 tillägg och 3221 borttagningar

Visa fil

@@ -223,8 +223,7 @@ static int kobject_set_name_vargs(struct kobject *kobj, const char *fmt,
return -ENOMEM;
/* ewww... some of these buggers have '/' in the name ... */
s = strchr(kobj->name, '/');
if (s)
while ((s = strchr(kobj->name, '/')))
s[0] = '!';
kfree(old_name);