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:
ebc4599
)
[S390] dasd calls kzalloc while holding a spinlock.
author
Horst Hummel
<horst.hummel@de.ibm.com>
Thu, 10 Aug 2006 13:45:16 +0000
(15:45 +0200)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Thu, 10 Aug 2006 13:45:16 +0000
(15:45 +0200)
The dasd function dasd_set_uid calls kzalloc while holding the
dasd_devmap_lock. Rearrange the code to do the memory allocation
outside the lock.
Signed-off-by: Horst Hummel <horst.hummel@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
No differences found