git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b518a64
)
name_to_dev_t() must not call __init code
author
Jan Beulich
<JBeulich@novell.com>
Mon, 3 Jan 2011 15:07:02 +0000
(15:07 +0000)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 3 Jan 2011 19:48:11 +0000
(11:48 -0800)
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>
No differences found