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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index 44d3fc25f556..25ef49c1f2bd 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -87,7 +87,6 @@ extern unsigned int kobjsize(const void *objp);
87#define VM_PFNMAP 0x00000400 /* Page-ranges managed without "struct page", just pure PFN */ 87#define VM_PFNMAP 0x00000400 /* Page-ranges managed without "struct page", just pure PFN */
88#define VM_DENYWRITE 0x00000800 /* ETXTBSY on write attempts.. */ 88#define VM_DENYWRITE 0x00000800 /* ETXTBSY on write attempts.. */
89 89
90#define VM_EXECUTABLE 0x00001000
91#define VM_LOCKED 0x00002000 90#define VM_LOCKED 0x00002000
92#define VM_IO 0x00004000 /* Memory mapped I/O or similar */ 91#define VM_IO 0x00004000 /* Memory mapped I/O or similar */
93 92
@@ -1396,9 +1395,6 @@ extern void exit_mmap(struct mm_struct *);
1396extern int mm_take_all_locks(struct mm_struct *mm); 1395extern int mm_take_all_locks(struct mm_struct *mm);
1397extern void mm_drop_all_locks(struct mm_struct *mm); 1396extern void mm_drop_all_locks(struct mm_struct *mm);
1398 1397
1399/* From fs/proc/base.c. callers must _not_ hold the mm's exe_file_lock */
1400extern void added_exe_file_vma(struct mm_struct *mm);
1401extern void removed_exe_file_vma(struct mm_struct *mm);
1402extern void set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file); 1398extern void set_mm_exe_file(struct mm_struct *mm, struct file *new_exe_file);
1403extern struct file *get_mm_exe_file(struct mm_struct *mm); 1399extern struct file *get_mm_exe_file(struct mm_struct *mm);
1404 1400