aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mm.h')
-rw-r--r--include/linux/mm.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index 5409eced7aae..5946e2ff9fe8 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -702,17 +702,8 @@ extern void pagefault_out_of_memory(void);
702 702
703extern void show_free_areas(void); 703extern void show_free_areas(void);
704 704
705#ifdef CONFIG_SHMEM 705int shmem_lock(struct file *file, int lock, struct user_struct *user);
706extern int shmem_lock(struct file *file, int lock, struct user_struct *user);
707#else
708static inline int shmem_lock(struct file *file, int lock,
709 struct user_struct *user)
710{
711 return 0;
712}
713#endif
714struct file *shmem_file_setup(const char *name, loff_t size, unsigned long flags); 706struct file *shmem_file_setup(const char *name, loff_t size, unsigned long flags);
715
716int shmem_zero_setup(struct vm_area_struct *); 707int shmem_zero_setup(struct vm_area_struct *);
717 708
718#ifndef CONFIG_MMU 709#ifndef CONFIG_MMU