Christian Borntraeger a114a9d69d [S390] vmcp: remove BKL
The vmcp driver uses the session->mutex for concurrent access of the data
structures. Therefore, the BKL in vmcp_open does not protect against any
other function in the driver.
The BLK in vmcp_open would protect concurrent access to the module init
but all necessary steps ave finished before misc_register is called.
We can safely remove the lock_kernel from vcmp.

Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2008-12-25 13:38:54 +01:00
..
2008-10-10 21:34:02 +02:00
2006-12-08 15:53:52 +01:00
2008-10-13 09:51:44 -07:00
2007-10-17 08:42:52 -07:00
2007-10-17 08:42:52 -07:00
2008-07-02 15:06:23 -06:00
2006-07-12 16:41:55 +02:00
2008-07-14 10:02:19 +02:00
2006-04-28 08:33:48 -07:00
2008-07-14 10:02:18 +02:00
2008-12-25 13:38:54 +01:00
2007-07-17 13:36:19 +02:00