|
@@ -379,7 +379,7 @@ static ssize_t read_vmcore(struct file *file, char __user *buffer,
|
|
* On s390 the fault handler is used for memory regions that can't be mapped
|
|
* On s390 the fault handler is used for memory regions that can't be mapped
|
|
* directly with remap_pfn_range().
|
|
* directly with remap_pfn_range().
|
|
*/
|
|
*/
|
|
-static int mmap_vmcore_fault(struct vm_fault *vmf)
|
|
|
|
|
|
+static vm_fault_t mmap_vmcore_fault(struct vm_fault *vmf)
|
|
{
|
|
{
|
|
#ifdef CONFIG_S390
|
|
#ifdef CONFIG_S390
|
|
struct address_space *mapping = vmf->vma->vm_file->f_mapping;
|
|
struct address_space *mapping = vmf->vma->vm_file->f_mapping;
|