From f1555465d3f7c0cb98343282d51d216c90cb8e2c Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Thu, 31 Jul 2014 11:37:05 +0530 Subject: [PATCH] staging: lustre: ldlm: ldlm_resource.c - fix dereferenceing user space buffer - this fixes sparse warning for directly deferencing user space buffer ./lustre/ldlm/ldlm_resource.c:202:35: warning: incorrect type in argument 2 (different address spaces) ./lustre/ldlm/ldlm_resource.c:202:35: expected void const [noderef] *from ./lustre/ldlm/ldlm_resource.c:202:35: got char const *buffer Signed-off-by: Anil Belur Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed