]> git.baikalelectronics.ru Git - kernel.git/commit
[S390] vmwatchdog: remove lock_kernel() from open() function
authorGerald Schaefer <gerald.schaefer@de.ibm.com>
Mon, 7 Dec 2009 11:52:19 +0000 (12:52 +0100)
committerMartin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com>
Mon, 7 Dec 2009 11:51:38 +0000 (12:51 +0100)
commit2223048b798d9cacfcf02c7831c38bbae4539684
tree00ffa94a0a597e092fc3845191c932f31d0dff46
parente1146b7dc6d5cdc76fc2f89faff594ed34334067
[S390] vmwatchdog: 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>
drivers/s390/char/vmwatchdog.c