megaraid: BKL pushdown
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
cad8423805
commit
f18f81daba
|
@ -15,6 +15,7 @@
|
|||
* Common management module
|
||||
*/
|
||||
#include <linux/sched.h>
|
||||
#include <linux/smp_lock.h>
|
||||
#include "megaraid_mm.h"
|
||||
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue