https://github.com/torvalds/linux
Revision a1cf11d8f673a3ad91012c5da96beed06ecefde1 authored by Jan Beulich on 03 January 2011, 15:07:02 UTC, committed by Linus Torvalds on 03 January 2011, 19:48:11 UTC
The function can't be __init itself (being called from some sysfs
handler), and hence none of the functions it calls can be either.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent b518a64
History
Tip revision: a1cf11d8f673a3ad91012c5da96beed06ecefde1 authored by Jan Beulich on 03 January 2011, 15:07:02 UTC
name_to_dev_t() must not call __init code
Tip revision: a1cf11d

back to top