提交 ef4b891f 编写于 作者: S Souptick Joarder 提交者: Martin Schwidefsky

s390: vdso_fault return type

Use new return type vm_fault_t for fault handler vdso_fault.
Signed-off-by: NSouptick Joarder <jrdr.linux@gmail.com>
Reviewed-by: NMatthew Wilcox <willy@infradead.org>
Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
上级 d1de8633
......@@ -47,7 +47,7 @@ static struct page **vdso64_pagelist;
*/
unsigned int __read_mostly vdso_enabled = 1;
static int vdso_fault(const struct vm_special_mapping *sm,
static vm_fault_t vdso_fault(const struct vm_special_mapping *sm,
struct vm_area_struct *vma, struct vm_fault *vmf)
{
struct page **vdso_pagelist;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册