Re: [PATCH] target: Change return type to vm_fault_t

2018-04-18 Thread Martin K. Petersen
Souptick, > Use new return type vm_fault_t for fault handler in struct > vm_operations_struct. Applied to 4.18/scsi-queue. Thank you. -- Martin K. Petersen Oracle Linux Engineering

[PATCH] target: Change return type to vm_fault_t

2018-04-14 Thread Souptick Joarder
Use new return type vm_fault_t for fault handler in struct vm_operations_struct. Signed-off-by: Souptick Joarder Reviewed-by: Matthew Wilcox --- drivers/target/target_core_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/target/target_core_user.c b/drivers/tar