提交 b8ccc51f 编写于 作者: M Martin Schwidefsky 提交者: Martin Schwidefsky

[S390] zcrypt: remove BKL

Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
上级 5cbb5f57
......@@ -299,9 +299,7 @@ static ssize_t zcrypt_write(struct file *filp, const char __user *buf,
*/
static int zcrypt_open(struct inode *inode, struct file *filp)
{
lock_kernel();
atomic_inc(&zcrypt_open_count);
unlock_kernel();
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册