patch-2.1.130 linux/mm/mlock.c
Next file: linux/mm/mmap.c
Previous file: linux/mm/memory.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Fri Nov 20 11:43:19 1998
- Orig file:
v2.1.129/linux/mm/mlock.c
- Orig date:
Wed Jul 1 19:38:57 1998
diff -u --recursive --new-file v2.1.129/linux/mm/mlock.c linux/mm/mlock.c
@@ -3,20 +3,12 @@
*
* (C) Copyright 1995 Linus Torvalds
*/
-#include <linux/stat.h>
-#include <linux/sched.h>
-#include <linux/kernel.h>
-#include <linux/mm.h>
#include <linux/slab.h>
#include <linux/shm.h>
-#include <linux/errno.h>
#include <linux/mman.h>
-#include <linux/string.h>
-#include <linux/smp.h>
#include <linux/smp_lock.h>
#include <asm/uaccess.h>
-#include <asm/system.h>
#include <asm/pgtable.h>
static inline int mlock_fixup_all(struct vm_area_struct * vma, int newflags)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov