Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100360
b: refs/heads/master
c: f18f81d
h: refs/heads/master
v: v3
  • Loading branch information
Arnd Bergmann authored and Jonathan Corbet committed Jun 20, 2008
1 parent e337e9d commit a13848d
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: cad84238056babf4e4e6b0de183238224aab8177
refs/heads/master: f18f81daba25d29541e46972a7ff4d65162ff167
2 changes: 2 additions & 0 deletions trunk/drivers/scsi/megaraid/megaraid_mm.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* Common management module
*/
#include <linux/sched.h>
#include <linux/smp_lock.h>
#include "megaraid_mm.h"


Expand Down Expand Up @@ -96,6 +97,7 @@ mraid_mm_open(struct inode *inode, struct file *filep)
*/
if (!capable(CAP_SYS_ADMIN)) return (-EACCES);

cycle_kernel_lock();
return 0;
}

Expand Down

0 comments on commit a13848d

Please sign in to comment.