From 88c03eae2d0e69b71c885dd12c8ab7e50272ab55 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Sat, 12 Jul 2014 00:54:26 -0700 Subject: [PATCH] staging: lustre: cfs_time_sub() must return unsigned long It looks like someone ment for it to return this value (there's a cast), but the funtion says 'long' which causes problems when comparing values from this function. Cc: Andreas Dilger Cc: Oleg Drokin Cc: hpdd-discuss Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed