public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arch/s390: Use new return type vm_fault_t
@ 2018-07-22 13:41 Souptick Joarder
  2018-07-22 15:22 ` Matthew Wilcox
  0 siblings, 1 reply; 3+ messages in thread
From: Souptick Joarder @ 2018-07-22 13:41 UTC (permalink / raw)
  To: willy, schwidefsky, heiko.carstens, gregkh, keescook
  Cc: linux-s390, linux-kernel, brajeswar.linux, sabyasachi.linux

use new return type vm_fault_t for fault handler vdso_fault.

Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>
---
 arch/s390/kernel/vdso.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/s390/kernel/vdso.c b/arch/s390/kernel/vdso.c
index 09abae4..3031cc6 100644
--- a/arch/s390/kernel/vdso.c
+++ b/arch/s390/kernel/vdso.c
@@ -47,7 +47,7 @@
  */
 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;
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-07-23  6:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-22 13:41 [PATCH] arch/s390: Use new return type vm_fault_t Souptick Joarder
2018-07-22 15:22 ` Matthew Wilcox
2018-07-23  6:07   ` Martin Schwidefsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox