From ae59720b3af7928bdfb6bb7bfb47315fea2f57e8 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Fri, 20 Jun 2014 01:02:08 +1000 Subject: [PATCH] staging: lustre: ldlm: ldlm_resource.c replace obsolete function with kstrtoul() - this change fixes the warning "WARNING: simple_strtoul is obsolete, use kstrtoul instead" - removed the unused var 'end' as this is no longer required for kstrtoul() Signed-off-by: Anil Belur Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed