diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h index 35527173cf50..01e797031993 100644 --- a/include/linux/mm.h +++ b/include/linux/mm.h | |||
| @@ -1134,6 +1134,7 @@ void account_page_writeback(struct page *page); | |||
| 1134 | int set_page_dirty(struct page *page); | 1134 | int set_page_dirty(struct page *page); |
| 1135 | int set_page_dirty_lock(struct page *page); | 1135 | int set_page_dirty_lock(struct page *page); |
| 1136 | int clear_page_dirty_for_io(struct page *page); | 1136 | int clear_page_dirty_for_io(struct page *page); |
| 1137 | int get_cmdline(struct task_struct *task, char *buffer, int buflen); | ||
| 1137 | 1138 | ||
| 1138 | /* Is the vma a continuation of the stack vma above it? */ | 1139 | /* Is the vma a continuation of the stack vma above it? */ |
| 1139 | static inline int vma_growsdown(struct vm_area_struct *vma, unsigned long addr) | 1140 | static inline int vma_growsdown(struct vm_area_struct *vma, unsigned long addr) |
