commit | d0710c7c9eea2145a0614f39dbe9dc8cb4ae14da | [log] [tgz] |
---|---|---|
author | Horst Hummel <horst.hummel@de.ibm.com> | Thu Aug 10 15:45:16 2006 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu Aug 10 15:45:16 2006 +0200 |
tree | 6d89207033a0a4a9e0c02b507a7f4745d40d4a9d | |
parent | ebc4599990898ecaaace7ed40dfad6d8d9f2a24a [diff] |
[S390] dasd calls kzalloc while holding a spinlock. 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>