From: Christian Borntraeger Date: Thu, 25 Dec 2008 12:38:34 +0000 (+0100) Subject: [S390] vmcp: remove BKL X-Git-Tag: v2.6.29-rc1~584^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a114a9d69d1362546b9dda651028acb311ddb7af;p=pandora-kernel.git [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 Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed