Gerald Schaefer 801f97b7da [S390] monwriter: remove lock_kernel() from open() function
The lock_kernel() calls in the open() function are unnecessary because
misc_register() is called last in module_init() and concurrent open()
calls are handled by other means.

Signed-off-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2009-12-07 12:51:38 +01:00
..
2009-06-22 12:08:23 +02:00
2009-09-11 10:29:49 +02:00
2007-10-17 08:42:52 -07:00
2007-10-17 08:42:52 -07:00
2009-09-11 10:29:49 +02:00
2009-10-06 10:35:05 +02:00
2009-10-14 12:43:54 +02:00
2009-09-11 10:29:49 +02:00
2007-07-17 13:36:19 +02:00
2009-09-23 18:13:10 -07:00