lkml.org 
[lkml]   [2018]   [Aug]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] device-dax: Convert variable to vm_fault_t type
On Thu, Aug 30, 2018 at 9:05 PM Souptick Joarder <jrdr.linux@gmail.com> wrote:
>
> As part of commit 226ab561075f ("device-dax: Convert to
> vmf_insert_mixed and vm_fault_t") in 4.19-rc1,
> 'rc' was not converted to vm_fault_t. Now converted.
>
> Signed-off-by: Souptick Joarder <jrdr.linux@gmail.com>

Sorry, I missed this initially.
> ---
> drivers/dax/device.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/dax/device.c b/drivers/dax/device.c
> index 6fd4608..bbe4d72 100644
> --- a/drivers/dax/device.c
> +++ b/drivers/dax/device.c
> @@ -392,7 +392,8 @@ static vm_fault_t dev_dax_huge_fault(struct vm_fault *vmf,
> {
> struct file *filp = vmf->vma->vm_file;
> unsigned long fault_size;
> - int rc, id;
> + vm_fault_t rc = VM_FAULT_SIGBUS;
> + int id;
> pfn_t pfn;
> struct dev_dax *dev_dax = filp->private_data;
>
> --
> 1.9.1
>

\
 
 \ /
  Last update: 2018-08-30 20:08    [W:0.033 / U:0.232 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site