mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
[S390] zcrypt: remove BKL
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
5cbb5f579e
commit
b8ccc51f6f
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
static int zcrypt_open(struct inode *inode, struct file *filp)
|
||||||
{
|
{
|
||||||
lock_kernel();
|
|
||||||
atomic_inc(&zcrypt_open_count);
|
atomic_inc(&zcrypt_open_count);
|
||||||
unlock_kernel();
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue