Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100338
b: refs/heads/master
c: 135fe10
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann authored and Jonathan Corbet committed Jun 20, 2008
1 parent d7c8794 commit 8465278
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b05c9e6cd939b6f79be17e9b6a23ca15a219dec2
refs/heads/master: 135fe10f9fb9fba981f60c5526e37900f52c9705
2 changes: 2 additions & 0 deletions trunk/arch/s390/crypto/prng.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <linux/fs.h>
#include <linux/init.h>
#include <linux/kernel.h>
#include <linux/smp_lock.h>
#include <linux/miscdevice.h>
#include <linux/module.h>
#include <linux/moduleparam.h>
Expand Down Expand Up @@ -48,6 +49,7 @@ static unsigned char parm_block[32] = {

static int prng_open(struct inode *inode, struct file *file)
{
cycle_kernel_lock();
return nonseekable_open(inode, file);
}

Expand Down

0 comments on commit 8465278

Please sign in to comment.