summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 17:50:38 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 17:50:38 -0800
commit9910fd91295aa8cad5f5d7fb88b258b191eb1630 (patch)
tree452a365c29f70ccdd2d01437b3b42a69ff57aa31 /include/linux
parent3175e85b413df8cecb7d9360226d2a0753da50fc (diff)
v2.4.0.7 -> v2.4.0.8
- USB hotplug updates/fixes - boots on real i386 machines - fix n_tty "canon" mode SMP race - FAT fat_cache SMP race fix
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index be20318d503b..713b01316e19 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -386,6 +386,7 @@ extern void clear_page_tables(struct mm_struct *, unsigned long, int);
struct page * shmem_nopage(struct vm_area_struct * vma, unsigned long address, int no_share);
struct file *shmem_file_setup(char * name, loff_t size);
+extern void shmem_lock(struct file * file, int lock);
extern int shmem_zero_setup(struct vm_area_struct *);
extern void zap_page_range(struct mm_struct *mm, unsigned long address, unsigned long size);