From: Horst Hummel Date: Thu, 10 Aug 2006 13:45:16 +0000 (+0200) Subject: [S390] dasd calls kzalloc while holding a spinlock. X-Git-Tag: v2.6.18-rc5~79^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0710c7c9eea2145a0614f39dbe9dc8cb4ae14da;p=pandora-kernel.git [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 Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed