Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8ccc51f authored by Martin Schwidefsky's avatar Martin Schwidefsky Committed by Martin Schwidefsky
Browse files

[S390] zcrypt: remove BKL

parent 5cbb5f57
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;
}