Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
Arnd Bergmann 2008-05-20 19:16:56 +02:00 коммит произвёл Jonathan Corbet
Родитель 78dccb46dd
Коммит bd6859fe83
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -16,6 +16,7 @@
#include <linux/miscdevice.h> #include <linux/miscdevice.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/smp_lock.h>
#include <asm/uaccess.h> #include <asm/uaccess.h>
#include "mem_user.h" #include "mem_user.h"
@ -77,6 +78,7 @@ out:
static int mmapper_open(struct inode *inode, struct file *file) static int mmapper_open(struct inode *inode, struct file *file)
{ {
cycle_kernel_lock();
return 0; return 0;
} }