From: Gerald Schaefer Date: Mon, 7 Dec 2009 11:52:17 +0000 (+0100) Subject: [S390] monreader: remove lock_kernel() from open() function X-Git-Tag: v2.6.33-rc1~349^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1963403aae0fc5a4e20cf2e51e4f0148fdf938b4;p=pandora-kernel.git [S390] monreader: 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 Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed